You are on page 1of 1

Oracle 12c New Features Recover Pluggable Database 1. 2. 3. 4. 5.

. alter pluggable database pdb2 close; (mean mount mode) In to pdb select * from summary; conn system/password select name from v$datafile; sql>alter pluggable database pdb2 close immediate; rman target sys/orcl@cdb rman>restore pluggable database pdb2; rman>alter database datafile 1 online; rman>recover pluggable database pdb2;

You might also like