Error during upgrade [message #519387] |
Thu, 11 August 2011 11:17 |
sahadba
Messages: 59 Registered: September 2009 Location: Pune
|
Member |
|
|
Hi,
I am upgrading a database from 11.2.0.1 to 11.2.0.2.
After running catupgrd.sql which got executed successfully, i did a mistake of opening the database in old oracle home and did a shutdown abort after that.
Now when i open it in new oracle home it gives me the below error: -
SQL> startup
ORACLE instance started.
Total System Global Area 626327552 bytes
Fixed Size 2229080 bytes
Variable Size 322964648 bytes
Database Buffers 297795584 bytes
Redo Buffers 3338240 bytes
Database mounted.
ORA-01092: ORACLE instance terminated. Disconnection forced
ORA-00704: bootstrap process failure
ORA-39700: database must be opened with UPGRADE option
Process ID: 8271
Session ID: 96 Serial number: 3
when i do it shows that the database has been upgraded.
[oracle@lxx0042:/home/oracle]# sqlplus / as sysdba
SQL*Plus: Release 11.2.0.2.0 Production on Thu Aug 11 18:07:39 2011
Copyright (c) 1982, 2010, Oracle. All rights reserved.
Connected to an idle instance.
SQL> startup upgrade
ORACLE instance started.
Total System Global Area 626327552 bytes
Fixed Size 2229080 bytes
Variable Size 322964648 bytes
Database Buffers 297795584 bytes
Redo Buffers 3338240 bytes
Database mounted.
Database opened.
SQL> select banner from v$version;
BANNER
--------------------------------------------------------------------------------
Oracle Database 11g Enterprise Edition Release 11.2.0.2.0 - 64bit Production
PL/SQL Release 11.2.0.2.0 - Production
CORE 11.2.0.2.0 Production
TNS for Linux: Version 11.2.0.2.0 - Production
NLSRTL Version 11.2.0.2.0 - Production
How should i proceed further, so that i can startup the database normally.
Please let me know..
|
|
|
|
|