Skip to content

Commit 12281ac

Browse files
committed
Mention tnsnames.ora location in a 21c read-only ORACLE_HOME
1 parent 9e6fd88 commit 12281ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9019,7 +9019,7 @@ directories are searched for the configuration files. They include:
90199019
- `$TNS_ADMIN`
90209020
- `/opt/oracle/instantclient_19_6/network/admin` if Instant Client is in `/opt/oracle/instantclient_19_6`.
90219021
- `/usr/lib/oracle/19.6/client64/lib/network/admin` if Oracle 19.6 Instant Client RPMs are used on Linux.
9022-
- `$ORACLE_HOME/network/admin` if node-oracledb is using libraries from the database installation.
9022+
- `$ORACLE_HOME/network/admin` or `$ORACLE_BASE_HOME/network/admin` if node-oracledb is using libraries from the database installation.
90239023

90249024
A wallet configuration file `cwallet.sso` for secure connection can be located
90259025
with, or separately from, the `tnsnames.ora` and `sqlnet.ora` files. It should

0 commit comments

Comments
 (0)