InterviewSolution
| 1. |
How To Check The Oracle Tns Settings? |
|
Answer» If you have installed an ORACLE SERVER or an Oracle CLIENT tool on your local system, the TNS is automatically installed with a simple configuration file, tnsnames.ora, to define Oracle connect identifiers. For example, if you have Oracle XE server installed, you will have the tnsnames.ora located at If you have installed an Oracle server or an Oracle client tool on your local system, the TNS is automatically installed with a simple configuration file, tnsnames.ora, to define Oracle connect identifiers. For example, if you have Oracle XE server installed, you will have the tnsnames.ora located at |
|