Create TAC service in DataGuard environemnet
Hi all, can someone share how to create a service for Transparent Application Continuity in Data Guard environment (no RAC)? We are running 19.17 databases (DBCS in OCI)
All attempts I did are failing while documentation says that TAC is supported also in DG environment.
"srvctl" fails on non existing DB name while both DBs are using name "ADG".
[oracle@adg01 ~]$ echo $ORACLE_SID
ADG
[oracle@adg01 ~]$ srvctl add service -db $ORACLE_SID -pdb pdb01 -service pdb01_ha -preferred 10.0.0.180 -available 10.0.0.225 -stopoption IMMEDIATE -replay_init_time 600 -retention 86400 -drain_timeout 60 -notification TRUE -commit_outcome TRUE -failover_restore AUTO -failovertype AUTO
PRCD-1120 : The resource for database ADG could not be found.