游客发表

定制正确的oracle备份策略

发帖时间:2025-11-04 12:07:49

定制正确的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.站群服务器

    热门排行

    友情链接