Oracle9i Real Application Clusters Real Applications Clusters Guard I Configuration Guide Release 2 (9.2.0.1.0) for UNIX Systems: AIX-Based Systems, Compaq Tru64 UNIX, HP 9000 Series HP-UX, and Sun Solaris Part Number A95979-02 |
|
This appendix contains information on the following configuration files:
The init_ORACLE_SERVICE_PFS_HOST[
A
|B
].ora
file defines the following parameters for each instance:
Example B-1 and Example B-2 show samples of the init_
ORACLE_SERVICE_HOSTNAME[A|B]
.ora
file that the PFSSETUP utility creates.
instance_number=1 thread=1 instance_name=SALES1
instance_number=2 thread=2 instance_name=SALES2
The ORACLE_SERVICE
_config.pfs
file contains the mandatory and recommended settings for selected initialization parameters for Oracle9i Real Application Clusters Guard. All instances must use the same ORACLE_SERVICE
_config.pfs
file.
Example B-3 shows a sample ORACLE_SERVICE
_config.pfs
file created by the PFSSETUP utility:
active_instance_count=1 compatible=9.0.0 db_block_checking=true db_block_checksum=true db_name=SALES db_domain=WORLD service_names=SALES.WORLD max_dump_file_size=unlimited os_authent_prefix=OPS$ cluster_database=true remote_os_authent=true timed_statistics=true
The following table describes the parameters in the preceeding example:
The ORACLE_SERVICE
_config_
HOSTNAME[A|B]
.ded.pfs
files contain the dedicated network initialization parameters for Oracle9i Real Application Clusters Guard. These files are generated when the Oracle9i Real Application Clusters Guard configuration parameter IS_MTS is set to false, which is the default setting.
Example B-4 and Example B-5 show samples of the ORACLE_SERVICE
_config_
HOSTNAME[A|B]
.ded.pfs
files that the PFSSETUP utility creates.
local_listener=listener_SALES_nodeA
local_listener=listener_SALES_nodeB
The LOCAL_LISTENER parameter is required. It specifies a network name that resolves to an address of a Oracle Net local listener. The address is specified in the tnsnames.ora
file.
The ORACLE_SERVICE
_config_
HOSTNAME[A|B]
.mts.pfs
files contain the Shared Servers network initialization parameters for Oracle9i Real Application Clusters Guard. These files are generated when the Oracle9i Real Application Clusters Guard installation configuration parameter IS_MTS is set to true.
Example B-6 and Example B-7 show samples of the ORACLE_SERVICE
_config_
HOSTNAME[A|B]
.mts.pfs
file that the PFSSETUP utility creates.
dispatchers="(address=(protocol=tcp)(host=192.10.1.21)(lis=listener_sales)"
dispatchers="(address=(protocol=tcp)(host=192.10.1.22)(lis=listener_sales)"
The lis=listener_sales
setting enables an instance to register its instance information with remote listeners on the other nodes. The listener_sales
value is resolved to a listener address list through a tnsnames.ora
file.
|
![]() Copyright © 1996, 2002 Oracle Corporation. All Rights Reserved. |
|