You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/src/api_manual/oracledb.rst
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3162,9 +3162,9 @@ Oracledb Methods
3162
3162
* - Attribute
3163
3163
- Description
3164
3164
* - ``binaryDir``
3165
-
- This specifies the directory that contains the node-oracledb Thick mode binary module.
3165
+
- This directory is added to the start of the default search path used by :meth:`~oracledb.initOracleClient()` to load the node-oracledb Thick mode binary module.
3166
3166
3167
-
If ``binaryDir`` is not specified, then :meth:`~oracledb.initOracleClient()` looks for the Thick mode binary in either the ``build/Release`` or ``build/Debug`` sub directories under the node-oracledb home directory.
3167
+
The default search path includes ``node_modules/oracledb/build/Release`` and ``node_modules/oracledb/build/Debug``.
Copy file name to clipboardExpand all lines: test/README.md
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -114,6 +114,10 @@ Set the following environment variables to provide credentials for the test suit
114
114
115
115
*`NODE_ORACLEDB_DRCP` provides an option for skipping test run when DRCP is enabled. Setting this environment variable to `true` will skip certain test case run due to DRCP restrictions.
116
116
117
+
*`NODE_ORACLEDB_WALLET_LOCATION` provides the local directory name for the wallets that may be required for mutual TLS (mTLS) connections, especially to Oracle Cloud Autonomous Databases optionally. The wallet location can also be provided as a part of the database connect string.
118
+
119
+
*`NODE_ORACLEDB_WALLET_PASSWORD` provides the password for the wallets that may be required for mutual TLS (mTLS) connections, especially to Oracle Cloud Autonomous Databases.
120
+
117
121
Note: the test suite requires the schema to have these privileges: CREATE TABLE, CREATE SESSION,
118
122
CREATE PROCEDURE, CREATE SEQUENCE, CREATE TRIGGER, and CREATE TYPE.
0 commit comments