Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> RMAN after upgrading to 8.1.7
I'm new to RMAN, trying to get it all working. I recently upgraded our database to 8.1.7. When I tried to get RMAN to backup the system tablespace:
run {
allocate channel c1 type disk;
backup tablespace system;
}
I got the error:
RMAN-10035: exception raised in RPC: ORA-01580: error creating control backup file /export/home/oracle/app/product/8.1.6/dbs/snapcf_dev1.f
For some reason, RMAN is trying to do something in the old 8.1.6 directory instead of 8.1.7. I have no idea where this is configured. All other environment variables point to 8.1.7 now. Any clues much appreciated..
thx.. Allen Received on Mon Mar 26 2001 - 17:53:45 CST
![]() |
![]() |