Very nice post thank you for sharing. I just think that there were some mistyping in the following section : My guess it has to be named ' Enable recovery ...' And at the end 'Confirm that the PDB has recovery enabled ' instead of disabled Disable recovery on the specific PDB: SQL> alter session set container=NoStandby; Session altered. SQL> alter pluggable database enable recovery; Pluggable database altered. Enable recovery at CDB Level: SQL> alter session set container=CDB$ROOT; Session altered. SQL> show con_name CON_NAME ----------- CDB$ROOT SQL> alter database recover managed standby database disconnect from session; Database altered. Confirm that the PDB has recovery disabled:
↧