5.6.2.3 TNS Entries in the TNSNAMES.ORA File
The section includes information about the TNS entries in the TNSNAMES.ORA file.
Table 5-7 TNS entries in the TNSNAMES.ORA file
| Description | Example Value |
|---|---|
| Ensure that an entry (with SID or SERVICE NAME) is added in the tnsnames.ora file on the OFSAA server. |
|
<SID NAME> = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = <HOST NAME>)(PORT = <PORT NUMBER>)) ) (CONNECT_DATA = (SERVICE_NAME = <SID NAME>) ) ) <ATOMICSCHEMANAME> = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = <HOST NAME>)(PORT = <PORT NUMBER>)) ) (CONNECT_DATA = (SERVICE_NAME = <SID NAME>) ) )
Note:
The ATOMIC SCHEMA NAME must be the same as defined in theOFS_CRA_SCHEMA_IN.xml file.