Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Recovery question
Hi all,
I am running Oracle 8.1.6.3 on WinNT and trying to recreate test d/b
from prod.
First, I ran alter database backup control file to trace;
Second, I shutdown immediate prod d/b and copied all datafiles, redo,
arch files to test server.
Third I modified .trc file to look like bellow and saved it to c:
\temp:
............................
.........................................CHARACTER SET WE8ISO8859P1;
c:\>set oracle_sid=mwt1
c:\>svrmgrl
SVRMGR>connect internal SVRMGR>startup nomount; SVRMGR>@c:\temp\test_ctl.sql;
Here I am getting:
ORA-00279 change xxxxxx generated on xxxxxx needed for thread 1
ORA-00289 suggestion: [here it gives me a number of archive log that I
don't have]
I type Cancel and get:
ORA-01113 file 1 needs media recovery
ORA-01110 datafle 1 xxxxxxx
What did I do wrong?
Thanks,
Eugene
Received on Tue May 22 2007 - 12:03:35 CDT
![]() |
![]() |