parallel_instance 

If SAPDBA is used for a database with ORACLE Parallel Server option (OPS), all the instances running in parallel to the local instance must be defined in each of the local init<DBSID>.dba profiles.

Default value: none

Possible values: Description of the non-local instances. Enter each parallel instance individually (it is not possible to define a list of instances after parameter parallel_instance ).

parallel_instance = <inst_descr>

<inst_descr>: <ORACLE_SID>:<ORACLE_HOME>@<connect_string>

<ORACLE_SID>: ORACLE system ID of the parallel instance

<ORACLE_HOME>: ORACLE_HOME directory of the parallel instance

<connect_string>: ORACLE Connect-String for the parallel instance

The local instance is the Dedicated Database Instance C11. Profile initC11.dba contains the following entries in order to identify the parallel instances C11_002 and C11_003:

parallel_instance = C11_002:/oracle/C11@T:hs0002:C11_002

parallel_instance = C11_003:/oracle/C11@T:hs0003:C11_003

Analog entries must exist in initC11_002.dba and initC11_003.dba in order to define the other non-local instances.