RMAN备份日志:
RMAN-03009: failure of backup command on c2 channel at 08/28/2017 08:48:34
ORA-19510: failed to set size of 7185353 blocks for file "/rman/JXCDB/20170828/arch_JXCDB_20170828_26_0qsd17q3_1_1" (block size=512)
ORA-27045: unable to close the file
Linux-x86_64 Error: 5: Input/output error
Additional information: 4
channel c2 disabled, job failed on it will be run on another channel
run{
allocate channel c1 DEVICE TYPE DISK MAXPIECESIZE=10240m rate 50M;
allocate channel c2 DEVICE TYPE DISK MAXPIECESIZE=10240m rate 50M;
allocate channel c3 DEVICE TYPE DISK MAXPIECESIZE=10240m rate 50M;
backup full database include current controlfile tag 'dbk_level_0' format '/rman/JXCDB/20170828/df_level_0_%d_%T_%s_%U' plus archivelog format '/rman/JXCDB/20170828/arch_%d_%T_%s_%U';
sql 'alter system archive log current';
sql 'alter system archive log current';
sql 'alter system archive log current';
sql 'alter system archive log current';
backup filesperset 3 format '/rman/JXCDB/20170828/arch_level_0_%d_%T_%s_%U' archivelog all delete input;
release channel c1;
release channel c2;
release channel c3;
}