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

rman多通道全备份脚本

时间:2014-06-08 21:26:18      阅读:351      评论:0      收藏:0      [点我收藏+]

标签:c   style   class   a   com   art   

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

标签:c   style   class   a   com   art   

原文地址:http://www.cnblogs.com/hrhguanli/p/3775733.html

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