Skip to Main Content

Database Software

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

missing the instance_number parameter after DB creation

441858Mar 25 2008 — edited Apr 7 2008
Oracle10g on RHEL 4

Hi All,

A little problem here. I used DBCA to create a RAC database and in the end it told me that the database could not come up becauase the instance_number parameter was not set...I don't know how I missed that. I can't create a pfile from the spfile to add the parameter because the instance won't come up. How can I add this parameter now??

[oracle@vtl-rac1 dbs]$ sqlplus /nolog

SQL*Plus: Release 10.2.0.3.0 - Production on Tue Mar 25 13:57:22 2008

Copyright (c) 1982, 2006, Oracle. All Rights Reserved.

SQL> connect sys as sysdba
Enter password:
Connected to an idle instance.
SQL> create pfile='/home/oracle/initTEST.ora' from spfile;
create pfile='/home/oracle/initTEST.ora' from spfile
*
ERROR at line 1:
ORA-27037: unable to obtain file status
Linux-x86_64 Error: 2: No such file or directory
Additional information: 3

SQL> startup nomount;
ORA-29760: instance_number parameter not specified
SQL> alter system set instance_number=1 scope=spfile;
alter system set instance_number=1 scope=spfile
*
ERROR at line 1:
ORA-01034: ORACLE not available

-----

SQL> connect sys as sysdba
Enter password:
Connected to an idle instance.
SQL> alter system reset instance_number scope=spfile sid='*';
alter system reset instance_number scope=spfile sid='*'
*
ERROR at line 1:
ORA-01034: ORACLE not available
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 5 2008
Added on Mar 25 2008
4 comments
9,275 views