Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> backup failing while using rman
I'm running rman to backup test db (windows 2000 oracle 8.1.7). It has been giving "O/S-Error: (OS 112) There is not enough space on the disk." and all the other errors as given below, but the disk has still lots of space on it. Backup was working earlier and the setup is the same.
RMAN> run {
2> allocate channel d1 type disk format 'b_%u_%s_%p'; 3> backup 4> ( database include current controlfile ); 5> backup ( archivelog all delete input ); 6>release channel d1; 7> } RMAN-08031: released channel: d1 RMAN-03022: compiling command: allocate RMAN-03023: executing command: allocate
RMAN-03022: compiling command: backup RMAN-03023: executing command: backup RMAN-08008: channel d1: starting full datafile backupset RMAN-08502: set_count=70 set_stamp=471784284 creation_time=SEP-05-200211:11AM
RMAN-08010: channel d1: specifying datafile(s) in backupset RMAN-08522: input datafile fno=00002 name=F:\ORACLE\ORADATA\GL\RBS01.DBF RMAN-08522: input datafile fno=00001 name=F:\ORACLE\ORADATA\GL\SYSTEM01.DBF RMAN-08011: including current controlfile in backupset RMAN-08522: input datafile fno=00003 name=F:\ORACLE\ORADATA\GL\USERS01.DBF RMAN-08522: input datafile fno=00004 name=F:\ORACLE\ORADATA\GL\TEMP01.DBF RMAN-08522: input datafile fno=00006 name=F:\ORACLE\ORADATA\GL\INDX01.DBF RMAN-08522: input datafile fno=00005 name=F:\ORACLE\ORADATA\GL\TOOLS01.DBF RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03007: retryable error occurred during execution of command: backup RMAN-07004: unhandled exception during command execution on channel d1 RMAN-10035: exception raised in RPC: ORA-19504: failed to create file"b_26e1tm
ORA-27044: unable to write the header block of file OSD-04008: WriteFile() failure, unable to write to file O/S-Error: (OS 112) There is not enough space on the disk.RMAN-10031: ORA-19624 occurred during call to DBMS_BACKUP_RESTORE.BACKUPPIECECR