How to Recover CDB and PDBs After Restore
You can recover the CDB and PDBs only after restoring the full database manually or using advanced agent options.
Follow these steps:
- After the CDB recovery, restart the database and open PDBs.
- Connect to CDB.
- Execute the following SQL command to open PDBs:
- alter pluggable database all open;
- To view PDBs status, execute the following command:
- SELECT name, open_mode from v$pdbs;
For more information, refer Recover Complete Databases.