Dataguard Switching configuration on weblogic datasource
Dear Support,
i have oracle 12 installed over linux and configured dataguard between main and dr site.. the Database SID is Fraud primary db unique name is fraud DR db unique name is fraud _stby the weblogic application hosted on vmware, and in DR we are replicating the main Site Application VM,the connection on weblogic datasource as below URL. jdbc:oracle:thin:@//10.10.5.100:1551/fraud now we are going to do drill to DR,so the Application server will be the same configuration as the primary,my question is: Do we have to change the URL to be jdbc:oracle:thin:@//10.10.5.100:1551/fraud_stby instead of jdbc:oracle:thin: