Converting RAC physical standby to snapshot
Hi
We have a 2 node RAC 19c database with a 2 node RAC physical standby
The primary or the standby database are not flashback enabled
We are using data guard broker / dgmgrl to manage the configuration
In order to convert the physical standby to snapshot and revert back we assume that
The flashback would be enabled automatically on the standby. Correct?
To convert into snapshot we only need to issue this command
dgmgrl> convert database standby to snapshot standby;
Correct?
We do not need to do anything prior to issuing that command. Right?
Oracle will automatically stop the MRP process on the physical standby and will also enable flash back . Correct?