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/api.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2909,7 +2909,7 @@ Attribute | Description
2909
2909
`configDir` | This specifies the directory in which the [Optional Oracle Net Configuration](#tnsadmin) and [Optional Oracle Client Configuration](#oraaccess) files reside. It is equivalent to setting the Oracle environment variable `TNS_ADMIN` to this value. Any value in that environment variable prior to the call to `oracledb.initOracleClient()` is ignored. On Windows, remember to double each backslash used as a directory separator. If `configDir` is not set, Oracle's default configuration file [search heuristics](#tnsadmin) are used.
2910
2910
`driverName` | This specifies the driver name value shown in database views, such as `V$SESSION_CONNECT_INFO`. It can be used by applications to identify themselves for tracing and monitoring purposes. The convention is to separate the product name from the product version by a colon and single space characters. If this attribute is not specified, the value "node-oracledb : *version*" is used. See [Other Node-oracledb Initialization](#otherinit).
2911
2911
`errorUrl` | This specifies the URL that is included in the node-oracledb exception message if the Oracle Client libraries cannot be loaded. This allows applications that use node-oracledb to refer users to application-specific installation instructions. If this attribute is not specified, then the [node-oracledb installation instructions][2] URL is used. See [Other Node-oracledb Initialization](#otherinit).
2912
-
`libDir` | This specifies the directory containing the Oracle Client libraries. If `libDir` is not specified, the default library search mechanism is used. If your client libraries are in a full Oracle Client or Oracle Database installation, such as Oracle Database "XE" Express Edition, then you must have previously set environment variables like `ORACLE_HOME` before calling `initOracleClient()`. On Windows, remember to double each backslash used as a directory separator. See [Locating the Oracle Client Libraries](#oracleclientloading).
2912
+
`libDir` | This specifies the directory containing the Oracle Client libraries. If `libDir` is not specified, the default library search mechanism is used. If your client libraries are in a full Oracle Client or Oracle Database installation, such as [Oracle Database "XE" Express Edition][130], then you must have previously set environment variables like `ORACLE_HOME` before calling `initOracleClient()`. On Windows, remember to double each backslash used as a directory separator. See [Locating the Oracle Client Libraries](#oracleclientloading).
2913
2913
2914
2914
2915
2915
On Linux, ensure a `libclntsh.so` file exists. On macOS ensure a
@@ -8215,8 +8215,8 @@ Node-oracledb looks for the Oracle Client libraries as follows:
8215
8215
call to [`oracledb.initOracleClient()`](#odbinitoracleclient). This
8216
8216
directory should contain the libraries from an unzipped Instant Client
8217
8217
'Basic' or 'Basic Light' package. If you pass the library directory from
8218
-
a full client or database installation, such as Oracle Database "XE"
8219
-
Express Edition, then you will need to have previously set your
8218
+
a full client or database installation, such as [Oracle Database "XE"
8219
+
Express Edition][130], then you will need to have previously set your
8220
8220
environment to use that software installation otherwise files such as
8221
8221
message files will not be located. If the Oracle Client libraries cannot
8222
8222
be loaded from `libDir`, then an error is thrown.
@@ -8261,8 +8261,8 @@ Node-oracledb looks for the Oracle Client libraries as follows:
8261
8261
i.e. configured with `ldconfig` or set in `LD_LIBRARY_PATH`. This
8262
8262
directory should contain the libraries from an unzipped Instant Client
8263
8263
'Basic' or 'Basic Light' package. If you pass the library directory from
8264
-
a full client or database installation, such as Oracle Database "XE"
8265
-
Express Edition then you will need to have previously set the
8264
+
a full client or database installation, such as [Oracle Database "XE"
8265
+
Express Edition][130] then you will need to have previously set the
8266
8266
`ORACLE_HOME` environment variable. If the Oracle Client libraries cannot
8267
8267
be loaded from `libDir`, then an error is thrown.
8268
8268
@@ -17694,7 +17694,7 @@ Oracle Linux.
17694
17694
17695
17695
To get a free database hosted in Oracle Cloud, see [Oracle Cloud Free
17696
17696
Tier][162]. If you want to use your own database, installing the free [Oracle
17697
-
Database 'XE' Express Edition][130] is quick and easy. Other database editions
17697
+
Database "XE" Express Edition][130] is quick and easy. Other database editions
17698
17698
may be downloaded [here][154]. Dockerfiles for Oracle Database and Oracle
17699
17699
Instant Client are on [github.com/oracle/docker-images][155].
0 commit comments