1- # Installing node-oracledb Version 5.3-dev
1+ # Installing node-oracledb Version 5.3
22
33* Copyright (c) 2015, 2021, Oracle and/or its affiliates. All rights reserved.*
44
@@ -101,9 +101,9 @@ Alternatively, follow these instructions:
101101
102102- If a pre-built binary is not available, you will need to build from source
103103 code. Reivew the [ prerequisites] ( #github ) and add
104- ` https://github.com/oracle/node-oracledb/releases/download/v5.3.0-dev /oracledb-src-5.3.0-dev .tgz `
104+ ` https://github.com/oracle/node-oracledb/releases/download/v5.3.0/oracledb-src-5.3.0.tgz `
105105 to your ` package.json ` dependencies or run `npm install
106- https://github.com/oracle/node-oracledb/releases/download/v5.3.0-dev /oracledb-src-5.3.0-dev .tgz` .
106+ https://github.com/oracle/node-oracledb/releases/download/v5.3.0/oracledb-src-5.3.0.tgz` .
107107
108108- Add Oracle Client libraries version 21, 19, 18, 12, or 11.2 to your operating
109109 system library search path such as ` PATH ` on Windows or ` LD_LIBRARY_PATH ` on
@@ -1121,19 +1121,19 @@ export CC=gcc
11211121```
11221122
11231123Locate the [ GitHub tag] [ 40 ] of the desired node-oracledb version, for
1124- example ` v5.3.0-dev ` , and use the ` npm ` package manager (which is
1124+ example ` v5.3.0 ` , and use the ` npm ` package manager (which is
11251125included in Node.js) to install it.
11261126
11271127If you have the ` git ` utility, you can install with:
11281128
11291129```
1130- npm install oracle/node-oracledb.git#v5.3.0-dev
1130+ npm install oracle/node-oracledb.git#v5.3.0
11311131```
11321132
11331133Otherwise install using:
11341134
11351135```
1136- npm install https://github.com/oracle/node-oracledb/releases/download/v5.3.0-dev /oracledb-src-5.3.0-dev .tgz
1136+ npm install https://github.com/oracle/node-oracledb/releases/download/v5.3.0/oracledb-src-5.3.0.tgz
11371137```
11381138
11391139#### 3.5.4 Install the free Oracle Instant Client 'Basic' ZIP file
@@ -1241,19 +1241,19 @@ export MAKE=gmake
12411241```
12421242
12431243Locate the [ GitHub tag] [ 40 ] of the desired node-oracledb version, for
1244- example ` v5.3.0-dev ` , and use the ` npm ` package manager (which is
1244+ example ` v5.3.0 ` , and use the ` npm ` package manager (which is
12451245included in Node.js) to install it.
12461246
12471247If you have the ` git ` utility, you can install with:
12481248
12491249```
1250- npm install oracle/node-oracledb.git#v5.3.0-dev
1250+ npm install oracle/node-oracledb.git#v5.3.0
12511251```
12521252
12531253Otherwise install using:
12541254
12551255```
1256- npm install https://github.com/oracle/node-oracledb/releases/download/v5.3.0-dev /oracledb-src-5.3.0-dev .tgz
1256+ npm install https://github.com/oracle/node-oracledb/releases/download/v5.3.0/oracledb-src-5.3.0.tgz
12571257```
12581258
12591259If this fails due to an invalid ` cp -a ` option, you can download the
@@ -1405,7 +1405,7 @@ npm install oracle/node-oracledb#main
14051405```
14061406
14071407To install from a tag, replace ` main ` with the tag name like:
1408- ` oracle/node-oracledb#v5.3.0-dev ` .
1408+ ` oracle/node-oracledb#v5.3.0 ` .
14091409
14101410#### <a name =" sourcepackage " ></a > 3.7.3 Installing from a source package
14111411
@@ -1414,14 +1414,14 @@ dependency like:
14141414
14151415```
14161416"dependencies": {
1417- "oracledb": "https://github.com/oracle/node-oracledb/releases/download/v5.3.0-dev /oracledb-src-5.3.0-dev .tgz"
1417+ "oracledb": "https://github.com/oracle/node-oracledb/releases/download/v5.3.0/oracledb-src-5.3.0.tgz"
14181418},
14191419```
14201420
14211421Or install with:
14221422
14231423```
1424- npm install https://github.com/oracle/node-oracledb/releases/download/v5.3.0-dev /oracledb-src-5.3.0-dev .tgz
1424+ npm install https://github.com/oracle/node-oracledb/releases/download/v5.3.0/oracledb-src-5.3.0.tgz
14251425```
14261426
14271427#### <a name =" nogithubaccess " ></a > 3.7.4 Installing from Oracle's repository
@@ -1457,10 +1457,10 @@ within your company, or it can be used directly from the file system to install
14571457node-oracledb.
14581458
14591459- Download
1460- [ ` oracledb-src-5.3.0-dev .tgz ` ] ( https://github.com/oracle/node-oracledb/releases/download/v5.3.0-dev /oracledb-src-5.3.0-dev .tgz )
1460+ [ ` oracledb-src-5.3.0.tgz ` ] ( https://github.com/oracle/node-oracledb/releases/download/v5.3.0/oracledb-src-5.3.0.tgz )
14611461from GitHub.
14621462
1463- - Extract the file: ` tar -xzf oracledb-src-5.3.0-dev .tgz `
1463+ - Extract the file: ` tar -xzf oracledb-src-5.3.0.tgz `
14641464
14651465- Change directory: ` cd package `
14661466
@@ -1475,7 +1475,7 @@ from GitHub.
14751475 architectures.
14761476
14771477- Run: ` npm run buildpackage `
1478- The package ` oracledb-5.3.0-dev .tgz ` is created.
1478+ The package ` oracledb-5.3.0.tgz ` is created.
14791479
14801480This package can be shared or self-hosted, see [ Hosting your own node-oracledb
14811481Packages] ( #selfhost ) .
@@ -1484,12 +1484,12 @@ Packages](#selfhost).
14841484
14851485On a machine with access, download the node-oracledb package from [ npm] [ 4 ] , for
14861486example from
1487- [ ` https://registry.npmjs.com/oracledb/-/oracledb-5.3.0-dev .tgz ` ] ( https://registry.npmjs.com/oracledb/-/oracledb-5.3.0-dev .tgz )
1487+ [ ` https://registry.npmjs.com/oracledb/-/oracledb-5.3.0.tgz ` ] ( https://registry.npmjs.com/oracledb/-/oracledb-5.3.0.tgz )
14881488
14891489This can be transferred to the desired machine and installed, for example with:
14901490
14911491```
1492- npm install your_dir_path/oracledb-5.3.0-dev .tgz
1492+ npm install your_dir_path/oracledb-5.3.0.tgz
14931493```
14941494
14951495If you are using an architecture that does not have pre-supplied binaries then
@@ -1547,25 +1547,25 @@ If you see `MSVCR80.dll` then you need the VS 2005 Redistributable.
15471547You can host node-oracledb packages locally.
15481548
15491549Download the node-oracledb package from npm, for example from
1550- [ ` https://registry.npmjs.com/oracledb/-/oracledb-5.3.0-dev .tgz ` ] ( https://registry.npmjs.com/oracledb/-/oracledb-5.3.0-dev .tgz )
1550+ [ ` https://registry.npmjs.com/oracledb/-/oracledb-5.3.0.tgz ` ] ( https://registry.npmjs.com/oracledb/-/oracledb-5.3.0.tgz )
15511551Alternatively, if you want to build your own binaries and node-oracledb package,
15521552see [ Creating a node-oracledb package from source code] ( #compilepackage ) .
15531553
15541554If you make the package accessible on your local web server, for example at
1555- www.example.com/oracledb-5.3.0-dev .tgz , then your ` package.json ` would contain:
1555+ www.example.com/oracledb-5.3.0.tgz , then your ` package.json ` would contain:
15561556
15571557```
15581558. . .
15591559 "dependencies": {
1560- "oracledb": "https://www.example.com/oracledb-5.3.0-dev .tgz"
1560+ "oracledb": "https://www.example.com/oracledb-5.3.0.tgz"
15611561 },
15621562. . .
15631563```
15641564
15651565Or you would install with:
15661566
15671567```
1568- npm install https://www.example.com/oracledb-5.3.0-dev .tgz
1568+ npm install https://www.example.com/oracledb-5.3.0.tgz
15691569```
15701570
15711571### <a name =" docker " ></a > 3.10 Using node-oracledb in Docker
0 commit comments