ORA-19502 & ORA-19502 when try to backup using rman
999457Apr 11 2013 — edited Apr 14 2013I'm trying to backup database to a specific folder but it's failing:
RMAN-00571: ===========================================================
RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS ===============
RMAN-00571: ===========================================================
RMAN-03009: failure of backup command on ORA_DISK_1 channel at 04/11/2013 22:41:59
ORA-19502: write error on file "/home/backup/rmanbackup/bak_11_1_812500536_test", block number 3520128 (block size=8192)
ORA-27072: File I/O error
Linux-x86_64 Error: 11: Resource temporarily unavailable
Additional information: 4
Additional information: 3520128
Additional information: 274432
command for backup is following:
backup database format '/home/backup/rmanbackup/bak_%s_%p_%t_test';
Can you help me to solve the problem.