Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Anybody here using Oracle 9208 on Windows?
Dear group,
I just upgraded our database on Windows server 2003 to 9208. After the upgrade, RMAN stopped working. It will backup successfully, but when I try to restore, I got errors.
I did first,
run {
set CONTROLFILE AUTOBACKUP FORMAT FOR DEVICE TYPE DISK TO '/datafile/
control01.ctl';
restore controlfile from autobackup;
}
After I restore the controlfile successfully, when I do
RMAN> restore database
I got following errors:
using target database controlfile instead of recovery catalog
allocated channel: ORA_DISK_1
channel ORA_DISK_1: sid=15 devtype=DISK
RMAN-00571:
RMAN-03002: failure of restore command at 01/29/2007 16:57:24 RMAN-20216: backup piece is missing RMAN-06159: error while looking up backup set
But i can restore using Oracle 9206 on windows without problem
I open the TAR with Oracle, but they said they can not reproduce the error.
Could somebody help me out there? Received on Sat Feb 10 2007 - 08:30:40 CST
![]() |
![]() |