Creating Initialization Files
Each Oracle instance must have its own ORACLE_SID and its own Oracle initialization file. For example:
Oracle initialization file for first Oracle Instance where ORACLE_SID=RAC1:
InitRAC1.ora:
instance_name=RAC1
instance_number=1
thread=1
ifile= initRAC.ora
service_names=RAC
undo_tablespace=PSUNDO1Oracle initialization file for second Oracle Instance where ORACLE_SID=RAC2:
InitRAC2.ora:
instance_name=RAC2
instance_number=2
thread=2
ifile= initRAC.ora
service_names=RAC
undo_tablespace=PSUNDO2The following is the common Oracle initialization file. This file contains the following parameters that must be listed in addition to the regular Oracle initialization file parameters.
initRAC.ora
compatible = 10.1.0
cluster_database=true
cluster_database_instances=2
undo_management=auto
undo_tablespace=PSUNDO1
control_files=/dev/did/rdsk/rlv_cnt1
open_cursors=300
Note:
Any control_files must be changed to raw devices if there is no cluster file system support.