The arcotcommon.ini file contains the parameters for database and instance settings. When you run the installer, database configuration data items that you enter on the installer screens are stored in this file. The JDBC URL of the database is one such data item. If you are using Oracle RAC, specify the JDBC URL in the format supported by Oracle RAC.
Follow these steps:
URL.1=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=host_name)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=service_name)(SERVER=DEDICATED)))
For example:
URL.1=jdbc:oracle:thin:@(DESCRIPTION=(ADDRESS_LIST=(ADDRESS=(PROTOCOL=TCP)(HOST=172.30.250.18)(PORT=1521)))(CONNECT_DATA=(SERVICE_NAME=forwardinc)(SERVER=DEDICATED)))
Note: If Oracle RAC is client configured, then include all the nodes in this format.
To establish a connection between AuthMinder and Oracle RAC, you must create an ORA file and define the address for connecting to the RAC.
Follow these steps:
section_name =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = host_name_or_IP_address)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = service_name)
)
)
For example:
fwdincrac =
(DESCRIPTION =
(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 172.30.250.18)(PORT = 1521))
)
(CONNECT_DATA =
(SERVICE_NAME = forwardinc)
)
)
Note: If Oracle RAC is client configured, then include all the nodes in this format.
This makes the TNSNames Connection section editable.
TNSNamesFile=ARCOT_HOME\ora_file_name ServerName=section_name
For example:
TNSNamesFile= C:\Program Files (x86)\tns.ora ServerName=fwdincrac
|
Copyright © 2013 CA.
All rights reserved.
|
|