Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Problem with rman incremental backup level 1,2,... (ver. 8.1.7.4.0)
Hi,
When I'm trying to make an incremental level 1 backup I get the following
error:
RMAN-06009: using target database controlfile instead of recovery catalog
RMAN> run {
2> allocate channel c1 type disk 3> format='/backup_test/backup_inc1.bak' ; 4> backup incremental level = 1 (database); 5> release channel c1;} 6> RMAN-03022: compiling command: allocate RMAN-03023: executing command: allocate
RMAN-03022: compiling command: backup RMAN-03026: error recovery releasing channel resources RMAN-08031: released channel: c1 RMAN-00571: =========================================================== RMAN-00569: =============== ERROR MESSAGE STACK FOLLOWS =============== RMAN-00571: =========================================================== RMAN-03002: failure during compilation of command RMAN-03013: command type: backup RMAN-06003: ORACLE error from target database: ORA-06550: line 1, column120:
The incremental backup level 0 is fine. I'm using the control file for catalog.
Has anyone any idea what to do with this?
Best regards
Piotr Gradzki
Received on Fri Sep 24 2004 - 08:36:24 CDT
![]() |
![]() |