
复制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.
站群服务器