首頁  >  文章  >  資料庫  >  rman多通道全备份脚本

rman多通道全备份脚本

WBOY
WBOY原創
2016-06-07 15:56:011288瀏覽

run{ allocate channel d1 type disk; allocate channel d2 type disk; allocate channel d3 type disk; allocate channel d4 type disk; allocate channel d5 type disk; allocate channel d6 type disk; backup AS COMPRESSED BACKUPSET database include c

 run{
allocate channel d1 type disk;
allocate channel d2 type disk;
allocate channel d3 type disk;
allocate channel d4 type disk;
allocate channel d5 type disk;
allocate channel d6 type disk;
backup AS COMPRESSED BACKUPSET database include current controlfile format='/orabak/full_%U.dbf';
backup format='/orabak/arch_%U.arc' archivelog all delete input;
release channel d1;
release channel d2;
release channel d3;
release channel d4;
release channel d5;
release channel d6;
}
陳述:
本文內容由網友自願投稿,版權歸原作者所有。本站不承擔相應的法律責任。如發現涉嫌抄襲或侵權的內容,請聯絡admin@php.cn