Hi Team,
We are planning to setup a secondary database for the BODS application.
The secondary database will have the same configuration as that of the primary database which will be active.
A dataguard will be setup between the primary and secondary database to sync up the data between both the databases.
An application(QuantumDB) will do the automatic switchover between the primary and secondary databases without
manual intervention.
Environment : RedHat Linux
Database : Oracle 11g
BODS version : BODS 4.1
The QuantumDB application is an interface between BODS and the backend oracle database with which we will be
installing the BODS application. The quantumdb will be storing the database informations about both the primary
and secondary databases. So incase of any failure, automatic switch over will happen between the databases.
The quantumdb will support only those applications that are using jdbc to connect to the backend metadata database.
To setup this, quantumdb is having its own jdbc files. I tried to replace the below jdbc files with the quantumdb jdbc files.
But it looks like there is no effect on this even if the files are not present under the below directories. I am able to successfully
execute the jobs without an issues, even if the jdbc files are not present in the below locations.
$HOME/ds4/sap_bobj/enterprise_xi40/java/lib/im/oracle/ojdbc6.jar
$HOME/ds4/dataservices/lib/ojdbc6.jar
Could you please let us know which all are the jdbc files that required to be replaced?
Thanks & Regards,
Anil George.