Transparent Application Continuity For DML and DRL
Hi Team,
We have implemented Oracle 19c RAC at our premises and trying to achieve Oracle Transparent Application Continuity. We have used the below command to create the database service:
srvctl add service -db DBSID -service DBSERVICE –preferred inst1 -available
serv2 -failover_restore AUTO -failoverretry 1 -failoverdelay 3 -
commit_outcome TRUE -failovertype AUTO -replay_init_time 600 -retention
86400 -notification TRUE -drain_timeout 300 -stopoption IMMEDIATE
After creating the service, we are connecting to the database through the service and running a set of DML Queries.
Whilst the DML is running, we shutdown the instance the client is connected to and when this happens, we get various oracle errors due to which we are required to close and re-establish the session.