Is it possible to configure Symfony/Doctrine in a way to write data into two different databases (mysql AND oracle) at the same time while reading data only from mysql ? The intention is to have an up to date copy in oracle all the time.
An alternative scenario would be to copy data from mysql to oracle with cron script using Doctrine using a cron script. Would this be possible without modifieing symfony php code ?