Backup & Recovery of Pluggable and Container database in 12c & 19C
Backup & Recovery of Pluggable and Container database in 12c & 19C With Oracle 12C onwards ,Oracle have come up with concept of multitenant database and with that there are multiple question with respect to taking backup & recovery of Container and Pluggable database . Below the major three backup & recpvery scenario : 1) Backup & Recovery of container and pluggable database. 2) Backup & Recovery of container(root) database. 3) Backup & Recovery of the Pluggable database 4) Backup & Recovery individual tablespace and datafiles in Pluggable database 1) Backup & Recovery of container and pluggable database. Backup: $ rman target=/ RMAN> BACKUP DATABASE PLUS ARCHIVELOG; sample output ============= input datafile file number=00001 name=/u01/app/oracle/oradata/cdb1/system01.dbf input datafile file number=00004 name=/u01/app/oracle/oradata/cdb1/undotbs01.dbf input datafile file number=00006 name=/u01/app/oracle/oradata/cdb1/users01.dbf...