Home » RDBMS Server » Server Administration » Oracle database migration from oracle 8.1.5 to oracle 9i
Oracle database migration from oracle 8.1.5 to oracle 9i [message #63915] Wed, 24 November 2004 20:25 Go to next message
rishikesh
Messages: 3
Registered: April 2004
Junior Member
Hello all DBAs out here ,
I have one problem for which I need your help.

I have Win 2000 Prof. OS.
I initially installed Oracle 8.1.5, created one database on it.
Then I took a cold backup of the database.
Now I have unistalled Oracle 8.1.5 as I needed to install Oracle 9.1.
While Uninstalling Oracle 8.1.5 , I not only Deinstalled it thru the universal Installer option, but also removed the regisrty enteries related to oracle like all the folders name E:oracle.... na dc:program filesoracle.. etc.
Now I installed oracle 9.1 . It has not given me any kind of error while installing oracle 9.1.
On this new install , I restored all the backep up files of Oracle 8.1.5 database(like redologs, control files, parameter file,archive logs, password file., data files).

Then I did the following procedure ....

SQL> connect sys/sysnameisash@orcl as sysdba;
Connected to an idle instance.
SQL> startup
ORA-32004: obsolete and/or deprecated parameter(s) specifiedORACLE instance started.

Total System Global Area 409950712 bytes
Fixed Size 453112 bytes
Variable Size 109051904 bytes
Database Buffers 300138496 bytes
Redo Buffers 307200 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced

please help me as my problem is I want to migrate the oracle 8.1.5 databse to oracle 9.1 i.e wanna restore the database of oracle 8.1.5 to oracle 9.1

Thank you
Rishi<!-- / message -->
Re: Oracle database migration from oracle 8.1.5 to oracle 9i [message #63916 is a reply to message #63915] Wed, 24 November 2004 22:20 Go to previous messageGo to next message
Frank Naude
Messages: 4587
Registered: April 1998
Senior Member
Hi,

Your ALERT.LOG file will indicate which parameters are obsolete and/or deprecated, and why the instance crashed.

BTW: Have you followed the upgrade procedure described in the "Oracle9i Database Migration" Guide?

Best regards.

Frank
Re: Oracle database migration from oracle 8.1.5 to oracle 9i [message #63918 is a reply to message #63915] Thu, 25 November 2004 01:32 Go to previous message
Daljit Singh
Messages: 290
Registered: October 2003
Location: Texas
Senior Member
Hi,

As frank said, check the alert.log file to know the deprecated parameters. After doing corrections in parameters use startup upgrade instead of startup to start your 8i database with 9i libraries.

Daljit Singh.
Previous Topic: About Oracle10g ASM
Next Topic: Problem during upgrade
Goto Forum:
  


Current Time: Fri Jan 24 23:02:50 CST 2025