High Availability Data Guard, Sharding and Global Data Services (MOSC)

MOSC Banner

Duplicate PDB backup with RMAN

Oracle RAC 19c with 3 nodes on OracleLinux 8.6.
I backup PDBs with RMAN, the backup files are duplicated in the same save directory.

Again with RMAN the full backup of the instance and the backup of the CDB$ROOT are performed correctly.

This is the RMAN comman used for one PDB backup:

RUN {
allocate channel d1 type disk format '/bckacfs/CDB/DIP/backup_full_%d_%T_%s_%t';
allocate channel d2 type disk format '/bckacfs/CDB/DIP/backup_full_%d_%T_%s_%t';
BACKUP PLUGGABLE DATABASE dip
format '/bckacfs/CDB/DIP/backup_full_%d_%T_%s_%t'
(database);

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center