码迷,mamicode.com
首页 > 其他好文 > 详细

rman多通道全备份脚本

时间:2014-05-07 15:45:24      阅读:347      评论:0      收藏:0      [点我收藏+]

标签:rman channel


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;
}

rman多通道全备份脚本,布布扣,bubuko.com

rman多通道全备份脚本

标签:rman channel

原文地址:http://blog.csdn.net/clark_xu/article/details/25193947

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!