How setup applying delay interval to the managed standby on Oracle 12c DB?
On Oracle 11g, we can use command “ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DELAY 60” for delay log applying.
On 12c, I got error as below:
SQL> ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DELAY 30;
ALTER DATABASE RECOVER MANAGED STANDBY DATABASE DELAY 30
*
ERROR at line 1:
ORA-00274: illegal recovery option DELAY.
How setup applying delay interval to the managed standby on Oracle 12c DB?