Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: Lost one in Migration
Mike,
No suggestions but just two questions:
1). How long would it take to create a new database and import your data?
2). Have you submitted a TAR? They might be able to help.
If it was quicker to import the export file into a new database than to wait for a TAR resolution, I would follow that approach.
And I hope that this is a Dev or Test database.
Good Luck. Been there. Done that.
Tom
-----Original Message-----
From: oracle-l-bounce_at_freelists.org [mailto:oracle-l-bounce_at_freelists.org]
On Behalf Of Kline.Michael
Sent: Thursday, April 28, 2005 1:49 PM
To: oracle-l_at_freelists.org
Subject: Lost one in Migration
HPUX
Going from 8.1.7.4 to 9.2.0.4.
I and another DBA have just about exhausted our things to try.
I had a compatible='9.2.0' in the init.ora for the 9i migration. You can't do this, but must set it AFTER the migration. I had obtained a copy of the init.ora from a working Version 9 and went over the lines one by one comparing them to "PFTST" to make the version 9 init.ora.
Now I get the stuff below. I've tried using:
_allow_resetlogs_corruption=TRUE
EVENT = "10619 trace name context forever, level 1"
Both of which were mentioned as ways to get around the problem.
You would think they'd test for that "invalid at this point" setting.
I've saved off the export, just in case.
The log gives me this:
alter database open resetlogs
Thu Apr 28 11:37:45 2005
RESETLOGS is being done without consistancy checks. This may result
in a corrupted database. The database should be recreated.
RESETLOGS after incomplete recovery UNTIL CHANGE 1670398987
Resetting resetlogs activation ID 3053850856 (0xb60610e8)
Thu Apr 28 11:41:26 2005
Errors in file /u001/app/oracle/admin/PFTST/udump/pftst_ora_12463.trc:
ORA-00600: internal error code, arguments: [2765], [9.2.0.0.0], [], [],
[], [], [], []
ORA-600 signalled during: alter database open resetlogs...
Thu Apr 28 11:42:47 2005
Shutting down instance: further logons disabled
Shutting down instance (immediate)
License high water mark = 2
Thu Apr 28 11:42:47 2005
ALTER DATABASE CLOSE NORMAL
ORA-1109 signalled during: ALTER DATABASE CLOSE NORMAL...
Thu Apr 28 11:42:47 2005
ALTER DATABASE DISMOUNT
Completed: ALTER DATABASE DISMOUNT
ARCH: Archiving is disabled
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
ARCH: Archiving is disabled
Shutting down archive processes
Archiving is disabled
Archive process shutdown avoided: 0 active
SQL> startup mount
ORACLE instance started.
Total System Global Area 2158983784 bytes
Fixed Size 739944 bytes Variable Size 1610612736 bytes Database Buffers 536870912 bytes Redo Buffers 10760192 bytesDatabase mounted.
SQL> alter database open noresetlogs;
alter database open noresetlogs
*
ERROR at line 1:
ORA-01588: must use RESETLOGS option for database open
SQL> alter database open resetlogs;
alter database open resetlogs
*
ERROR at line 1:
ORA-00600: internal error code, arguments: [2765], [9.2.0.0.0], [], [],
[], [], [], []
SQL> shutdown immediate;
ORA-01109: database not open
Database dismounted.
ORACLE instance shut down.
SQL> exit
Michael Kline
Database Administration
SunTrust Technology Center
1030 Wilmer Avenue
Richmond, Virginia 23227
Outside 804.261.9446
STNet 643.9446
Cell 804.744.1545
michael.kline_at_suntrust.com
-- http://www.freelists.org/webpage/oracle-l -- http://www.freelists.org/webpage/oracle-lReceived on Thu Apr 28 2005 - 14:06:56 CDT
![]() |
![]() |