Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

ORA-19502 & ORA-19502 when try to backup using rman

999457Apr 11 2013 — edited Apr 14 2013
I'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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 12 2013
Added on Apr 11 2013
5 comments
846 views