Hello Everyone,
Today I am going to share with you how to take backup in Multitenant Architecture which came from the 12c Version of the Oracle database.
Let's get start:
Backup of the Whole database :
Now we will see if we want to take the only CDB backup or only PDB backup:
Taking Backup of CDB(Root) :
Connect to RMAN using the below Command:
rman target /
Taking Backup of Multiple PDBS:
Command to take a backup of Multiple PDBS in a database is shown in the below SS.
Backup of single Tablespace in PDB:
Backup of Multiple tablespaces in PDB:
the command for taking a backup of multiple TS in a PDB
backup tablespace PDBNAME: TABLESPACENAME1,TABLESPACENAME2;
Backup of Multiple data files:
If you are connecting to a specific PDB the files or tablespace which belongs to the PDB can only be backed up, so if you try to take a backup of other PDB or Datafiles you will receive an error as below
Now I am trying to take a backup of other PDB while connected to different PDB
0 comments:
Post a Comment