Skip to Main Content

Oracle Database Discussions

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!

ORA-29760: instance_number parameter not specified

USR0072Aug 13 2010 — edited May 4 2012
hi ,

I am having A RAC DB, Node 1 is fine.Node 2 i am facing this issue.

OS : AIX 5

ORACLE VERSION : 10.2.0.3.0

When i am trying to start the db i am facing the below issue.I have also shared my pfile

SQL> startup nomount pfile='/u01/db/db10g/10.2.0/admin/XXX/pfile/initXXX.ora';
ORA-29760: instance_number parameter not specified

##############################################################################
# Copyright (c) 1991, 2001, 2002 by Oracle Corporation
##############################################################################

###########################################
# Archive
###########################################

###########################################
# Cache and I/O
###########################################
db_block_size=8192
db_file_multiblock_read_count=16

###########################################
# Cluster Database
###########################################

cluster_database_instances=2
remote_listener=LISTENERS_XXX

###########################################
# Cursors and Library Cache
###########################################
open_cursors=300

###########################################
# Database Identification
###########################################
db_domain=""
db_name=XXX

###########################################
# Diagnostics and Statistics
###########################################
background_dump_dest=/u01/db/db10g/10.2.0/admin/XXX/bdump
core_dump_dest=/u01/db/db10g/10.2.0/admin/XXX/cdump
user_dump_dest=/u01/db/db10g/10.2.0/admin/XXX/udump

###########################################
# File Configuration
###########################################
control_files=("+XXXDATADG1/XXX/control01.ctl", "+XXXDATADG1/XXX/control02.ctl", "+XXXDATADG1/XXX/control03.ctl")
db_recovery_file_dest=+XXXDATADG1
db_recovery_file_dest_size=2147483648

###########################################
# Job Queues
###########################################
job_queue_processes=10

###########################################
# Miscellaneous
###########################################
compatible=10.2.0.3.0

###########################################
# Processes and Sessions
###########################################
processes=150

###########################################
# SGA Memory
###########################################
sga_target=19922944000

###########################################
# Security and Auditing
###########################################
audit_file_dest=/u01/db/db10g/10.2.0/admin/XXX/adump
remote_login_passwordfile=exclusive

###########################################
# Shared Server
###########################################
dispatchers="(PROTOCOL=TCP) (SERVICE=XXXXDB)"

###########################################
# Sort, Hash Joins, Bitmap Indexes
###########################################
pga_aggregate_target=5242880000

###########################################
# System Managed Undo and Rollback Segments
###########################################
undo_management=AUTO


cluster_database=true
XXX2.instance_number=2
XXX1.instance_number=1
XXX2.local_listener=LISTENER_XXX2
XXX1.local_listener=LISTENER_XXX1
XXX2.thread=2
XXX2.undo_tablespace=UNDOTBS2
XXX1.undo_tablespace=UNDOTBS1
XXX1.thread=1



Thanks
Rangaraj
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 1 2012
Added on Aug 13 2010
6 comments
15,008 views