Do you have trouble finding which tnsnames.ora or listener.ora
is the one on your computer that Oracle is actually looking at? There's a few
places that Oracle looks for its configuration files (tnsnames.ora, sqlnet.ora,
listener.ora, and oratab).
The TNS_ADMIN
($TNS_ADMIN in
Unix/Linux and %TNS_ADMIN%
in Windows) environment variable allows you to point to any directory you wish
the files to be located at. By default the files get installed to <ORACLE_HOME>/network/admin/.
~ Troy
Campano ~
|