您的当前位置:首页 >IT科技类资讯 >定制正确的oracle备份策略 正文

定制正确的oracle备份策略

时间:2025-11-05 11:23:19 来源:网络整理编辑:IT科技类资讯

核心提示

复制run{ allocatechannelc1typedisk; allocatechannelc2typedisk; all

定制正确的oracle备份策略
复制run{    allocate channel c1 type disk;    allocate channel c2 type disk;    allocate channel c3 type disk;    backup full tag ‘dbfull’ format ‘/u01/oradata/backup/full%u_%s_%p’ database    include current controlfile;    sql ‘alter system archive log current’;    backup fileaperset 3 format ‘/u01/oradata/backup/arch%u_%s_%p’     archivelog all delete input; #备份归档可选,定制的免费信息发布网正确可以单独定期备份    release channel c1;    release channel c2;    release channel c3;   }   1.2.3.4.5.6.7.8.9.10.11.12.13.网站模板