oracle 12c rman備份pdb

abin1703發表於2018-05-11
12c oracle 資料庫備份pdb 如下命令
rman target /
run{
allocate channel C1 device type disk;
allocate channel C2 device type disk;
allocate channel C3 device type disk;
allocate channel C4 device type disk;
backup as compressed backupset pluggable database CNTJS include current controlfile format '/zhjs_bakup/full_%U.bak';
release  channel C1 ;
release  channel C2 ;
release  channel C3 ;
release  channel C4 ;
}


rman>delete backup of backup;
rman>delete noprompt backupset 19;

來自 “ ITPUB部落格 ” ,連結:http://blog.itpub.net/30345407/viewspace-2154361/,如需轉載,請註明出處,否則將追究法律責任。

相關文章