Pluggable Database Cold Backup and Restore Recover
We were following: RMAN Pluggable Database Backup and Recovery in a Multitenant Environment (Doc ID 1521005.1)
And took a PDB level Cold Backup(as this is a Non Archivelog Enabled Database) as per follows:
- Make whole CDB in Mount State
- RMAN bakcup of PDB:
rman target /
backup pluggable database POCIDM;
And it was success.
After that opened the whole CDB and PDB for Use.
After some time we needed to restore POCIDM PDB for some Application issue and hence trying:
rman target /
RMAN> RESTORE PLUGGABLE DATABASE POCIDM;
RMAN> ALTER PLUGGABLE DATABASE POCIDM open;
Not doing recovery as its Cold Backup. But its is failing with: