Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Moving Instance from One Server to Another (ERROR: ORA-01031)
THANKS Rauf again...
I managed to pass this step.... but not far enough and I get ORA-01589:
must use RESETLOGS or NORESETLOGS option for database open
SQL> startup;
ORACLE instance started.
Total System Global Area 404193456 bytes
Fixed Size 741552 bytes Variable Size 369098752 bytes Database Buffers 33554432 bytes Redo Buffers 798720 bytesDatabase mounted.
I then tried running "Alter database open RESET LOGS" but then get :
ERROR at line 1:
ORA-01194: file 1 needs more recovery to be consistent
ORA-01110: data file 1: '/dict/saturn/system01.dbf'
I then try:
SQL> recover database until cancel using backup controlfile;
ORA-00279: change 73411563 generated at 02/24/2005 06:31:18 needed for
thread 1
ORA-00289: suggestion : /usr/local/oracle/OraHome1/dbs/arch1_312.dbf
ORA-00280: change 73411563 for thread 1 is in sequence #312
Any Hints? Received on Tue Mar 01 2005 - 19:54:20 CST
![]() |
![]() |