Hi,
I've a Oracle 12c primary database with a physical standby database. Via OMS i can convert the standby database to snapshot standby and back to physical standby again. But now I need to script this.
I've been looking in the alert-log file and DG log-file but I'm not sure what command's OMS does behind the screen. I believe it does:
alter database convert to snapshot standby;
and
alter database convert to physical standby;
Is this enough? Or can it also be done via dgmgrl with a:
CONVERT DATABASE <db-name> TO SNAPSHOT STANDBY
and
ONVERT DATABASE <db-name> TO physical STANDBY
regards,
Ivan