首页 > 其他 > 详细

rman多通道全备份脚本

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

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多通道全备份脚本

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

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!