oracle 19c RAC data guard issues
I have 3 node primary rac and 3 standby rac. Upgraded database from 12c to 19c on primary and it is successfully upgraded to 19c. but, having issues with standby.
These are the steps that I am done on standby after primary upgrade.
- run 19c profile
- srvctl upgrade database -db test02 -oraclehome $ORACLE_HOME
- shutdown 12c rac standby database.
- srvctl modify database -db test02 -startoption MOUNT -role PHYSICAL_STANDBY
- srvctl start database -d test02
I am seeing the following errors
Warning: Last communication time from redo source could not be determined
can Somebody please help me out