Hi guys
Archive log location in my environment is full. I tried backup and delete archive logs by command
BACKUP ARCHIVELOG ALL DELETE INPUT;
but I got following error:
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 06/30/2016 04:49:19
ORA-19502: write error on file "/oracle/ORAREPP/backup/ORAREPP/backupset/2016_06_30/o1_mf_annnn_TAG20160630T044827_cq924bwx_.bkp", block number 143361 (block size=512)
ORA-27072: File I/O error
Linux-x86_64 Error: 5: Input/output error
Additional information: 4
Additional information: 143361
Additional information: -1
channel ORA_DISK_1 disabled, job failed on it will be run on another channel
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ORA_DISK_2 channel at 06/30/2016 04:49:19
ORA-19502: write error on file "/oracle/ORAREPP/backup/ORAREPP/backupset/2016_06_30/o1_mf_annnn_TAG20160630T044827_cq924ffw_.bkp", block number 114689 (block size=512)
ORA-27072: File I/O error
Linux-x86_64 Error: 5: Input/output error
Additional information: 4
Additional information: 114689
Additional information: -1
After that I checked backup location and found files:
ls: cannot access o1_mf_annnn_TAG20160630T044505_cq91xrhd_.bkp: Input/output error
ls: cannot access o1_mf_annnn_TAG20160630T044505_cq91xs9d_.bkp: Input/output error
total 8
-????????? ? ? ? ? ? o1_mf_annnn_TAG20160630T044505_cq91xs9d_.bkp
-????????? ? ? ? ? ? o1_mf_annnn_TAG20160630T044505_cq91xrhd_.bkp
drwxr-x--- 5 oracle dba 4096 Jun 30 00:00 ..
drwxr-x--- 2 oracle dba 4096 Jun 30 04:45 .
Any suggestion?