Hi,
I am doing a manual upgrade from 10.2.04 to 11.2.03.
I have installed 11.2.0.3.
Ran utlu112i.sql
Copied TNSNAMES and LISTENER.ora,init.ora from 10g home to 11g home respective directories.
Commented all dump_dest paramteres in 11g init.ora and added diagnostic_dest parameter
exported all the varaiables as follows.
export ORACLE_HOME=/oracle/ora11203
export PATH=$ORACLE_HOME/bin:$PATH
export ORACLE_SID=OMIGTEST
export TNS_ADMIN=$ORACLE_HOME/network/admin
export ORACLE_BASE=/oracle/ora11203/app/ora11203
Now when i try to start DB from the unix session where all of above variables are set,i am getting following issue.
SQL> startup upgrade
ORACLE instance started.
Total System Global Area 1636892672 bytes
Fixed Size 2183056 bytes
Variable Size 1090519152 bytes
Database Buffers 536870912 bytes
Redo Buffers 7319552 bytes
ORA-00205: error in identifying control file, check alert log for more info
Alert log says as below.
ORACLE_BASE from environment = /oracle/ora11203/app/ora11203
Thu Aug 23 15:03:36 2012
ALTER DATABASE MOUNT
ORA-00210: cannot open the specified control file
ORA-00202: control file: '/oracle/ora11203/dbs/cntrlOMIGTEST.dbf'
ORA-27037: unable to obtain file status
HPUX-ia64 Error: 2: No such file or directory
Additional information: 3
ORA-205 signalled during: ALTER DATABASE MOUNT...
In init.ora of 11g (which is copied from 10g) ,i have commented our control file path entry.
Kindly assist me as i am doing upgrade for the first time.
Thanks
Edited by: user10698496 on Aug 24, 2012 2:47 AM