Skip to content

Commit 0f99344

Browse files
committed
Add more links for Oracle DB XE
1 parent dd3d356 commit 0f99344

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

doc/api.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2909,7 +2909,7 @@ Attribute | Description
29092909
`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.
29102910
`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).
29112911
`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).
29132913

29142914

29152915
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:
82158215
call to [`oracledb.initOracleClient()`](#odbinitoracleclient). This
82168216
directory should contain the libraries from an unzipped Instant Client
82178217
'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
82208220
environment to use that software installation otherwise files such as
82218221
message files will not be located. If the Oracle Client libraries cannot
82228222
be loaded from `libDir`, then an error is thrown.
@@ -8261,8 +8261,8 @@ Node-oracledb looks for the Oracle Client libraries as follows:
82618261
i.e. configured with `ldconfig` or set in `LD_LIBRARY_PATH`. This
82628262
directory should contain the libraries from an unzipped Instant Client
82638263
'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
82668266
`ORACLE_HOME` environment variable. If the Oracle Client libraries cannot
82678267
be loaded from `libDir`, then an error is thrown.
82688268

@@ -17694,7 +17694,7 @@ Oracle Linux.
1769417694

1769517695
To get a free database hosted in Oracle Cloud, see [Oracle Cloud Free
1769617696
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
1769817698
may be downloaded [here][154]. Dockerfiles for Oracle Database and Oracle
1769917699
Instant Client are on [github.com/oracle/docker-images][155].
1770017700

0 commit comments

Comments
 (0)