Skip to content

Commit 0a3213c

Browse files
committed
Update Oracle doc links
1 parent b684f2a commit 0a3213c

File tree

1 file changed

+23
-24
lines changed

1 file changed

+23
-24
lines changed

doc/api.md

Lines changed: 23 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@ that are larger than required can result in sub-optimal memory usage.
686686
When the number of query rows is relatively big, or can't be
687687
predicted, it is recommended to use a [ResultSet](#resultsetclass).
688688
This prevents query results being unexpectedly truncated by the
689-
`maxRows` limit and removes the need to oversize `maxRows` to avoid
689+
`maxRows` limit and removes the need to over-size `maxRows` to avoid
690690
such truncation.
691691

692692
##### Example
@@ -1331,7 +1331,7 @@ String user
13311331
```
13321332

13331333
The database user name. Can be a simple user name or a proxy of the
1334-
form *alison[fred]*. See ther [Client Access Thgrough Proxy][8] section
1334+
form *alison[fred]*. See the [Client Access Through a Proxy][7] section
13351335
in the OCI manual for more details about proxy authentication.
13361336

13371337
```
@@ -1637,7 +1637,7 @@ Number type
16371637
```
16381638

16391639
One of the constants [`oracledb.CLOB`](#oracledbconstantsnodbtype)
1640-
or [`oracledb.BLOB`](#oracledbconstantsnodbtype.
1640+
or [`oracledb.BLOB`](#oracledbconstantsnodbtype).
16411641

16421642
```
16431643
function(Error error)
@@ -2700,7 +2700,7 @@ oracledb.getConnection(
27002700
If you open more than four connections, such as via
27012701
increasing [`poolMax`](#proppoolpoolmax), you should increase the
27022702
number of worker threads available to node-oracledb. The thread pool
2703-
size should be at least equal to the maxiumum number of connections.
2703+
size should be at least equal to the maximum number of connections.
27042704
If the application does database and non-database work concurrently,
27052705
extra threads could also be required for optimal throughput.
27062706
@@ -3262,7 +3262,7 @@ SQLNET.ENCRYPTION_CLIENT = required
32623262
SQLNET.ENCRYPTION_TYPES_CLIENT = (AES256)
32633263
```
32643264
3265-
The client and server sides can negoiate the protocols used if the
3265+
The client and server sides can negotiate the protocols used if the
32663266
settings indicate more than one value is accepted.
32673267
32683268
Note these are example settings only. You must review your security
@@ -3356,7 +3356,7 @@ predicted, it is recommended to use a [ResultSet](#resultsetclass)
33563356
with callbacks, as described in this section, or via the ResultSet
33573357
stream wrapper, as described [later](#streamingresults). This
33583358
prevents query results being unexpectedly truncated by the
3359-
[`maxRows`](#propdbmaxrows) limit and removes the need to oversize
3359+
[`maxRows`](#propdbmaxrows) limit and removes the need to over-size
33603360
`maxRows` to avoid such truncation. Otherwise, for queries that
33613361
return a known small number of rows, non-ResultSet queries may have
33623362
less overhead.
@@ -6277,12 +6277,11 @@ PL/SQL users may be interested in using [PL/Scope][78].
62776277
[5]: https://docs.oracle.com/database/122/SQLRF/SELECT.htm#GUID-CFA006CA-6FF1-4972-821E-6996142A51C6__BABEAACC
62786278
[6]: https://docs.oracle.com/database/122/LNOCI/oci-programming-advanced-topics.htm#LNOCI16617
62796279
[7]: https://docs.oracle.com/database/122/LNOCI/oci-programming-basics.htm#GUID-D77D0D4A-7483-423A-9767-CBB5854A15CC
6280-
[8]: https://docs.oracle.com/cd/B19306_01/appdev.102/b14250/oci02bas.htm#LNOCI13341
62816280
[9]: https://docs.oracle.com/database/122/LNOCI/managing-scalable-platforms.htm#LNOCI-GUID-624A4771-58C5-4E2B-8131-E3389F58A0D6
62826281
[10]: https://docs.oracle.com/database/122/LNOCI/managing-scalable-platforms.htm#LNOCI-GUID-8A9F1295-4360-4AC6-99A4-050C5C82E0B0
62836282
[11]: https://docs.oracle.com/database/122/CNCPT/topics-for-database-administrators-and-developers.htm#GUID-89DB0C3C-A36F-4254-8C82-020F5F6DE31F
6284-
[12]: http://docs.oracle.com/database/122/ADLOB/introduction-to-large-objects.htm#ADLOB45120
6285-
[13]: http://docs.oracle.com/database/122/ADLOB/managing-LOBs.htm#ADLOB45157
6283+
[12]: https://docs.oracle.com/database/122/ADLOB/introduction-to-large-objects.htm#ADLOB45120
6284+
[13]: https://docs.oracle.com/database/122/ADLOB/managing-LOBs.htm#ADLOB45157
62866285
[14]: https://docs.oracle.com/database/122/CNCPT/sql.htm#CNCPT516
62876286
[15]: https://docs.oracle.com/database/122/CNCPT/sql.htm#CNCPT1732
62886287
[16]: https://nodejs.org/api/stream.html
@@ -6292,31 +6291,31 @@ PL/SQL users may be interested in using [PL/Scope][78].
62926291
[20]: http://docs.libuv.org/en/v1.x/threadpool.html
62936292
[21]: https://github.com/libuv/libuv
62946293
[22]: https://github.com/oracle/node-oracledb/issues/603#issuecomment-277017313
6295-
[23]: http://docs.oracle.com/cd/E82638_01/JJUCP/optimizing-real-world-performance.htm#JJUCP-GUID-BC09F045-5D80-4AF5-93F5-FEF0531E0E1D
6294+
[23]: https://docs.oracle.com/database/122/JJUCP/optimizing-real-world-performance.htm#GUID-BC09F045-5D80-4AF5-93F5-FEF0531E0E1D
62966295
[24]: https://docs.oracle.com/database/122/ADFNS/performance-and-scalability.htm#ADFNS228
62976296
[25]: https://docs.oracle.com/database/122/ADFNS/performance-and-scalability.htm#ADFNS1428
62986297
[26]: http://www.oracle.com/technetwork/topics/php/php-scalability-ha-twp-128842.pdf
62996298
[27]: https://docs.oracle.com/database/122/DBIMI/using-oracle-wallet-manager.htm#DBIMI162
63006299
[28]: https://docs.oracle.com/database/122/DBSEG/configuring-secure-sockets-layer-authentication.htm#DBSEG070
63016300
[29]: https://docs.oracle.com/database/122/DBSEG/configuring-authentication.htm#DBSEG30035
6302-
[30]: http://docs.oracle.com/database/122/DBSEG/configuring-network-data-encryption-and-integrity.htm#DBSEG020
6301+
[30]: https://docs.oracle.com/database/122/DBSEG/configuring-network-data-encryption-and-integrity.htm#DBSEG020
63036302
[31]: https://docs.oracle.com/database/122/REFRN/V-SESSION_CONNECT_INFO.htm#REFRN30224
6304-
[32]: http://docs.oracle.com/database/122/DBSEG/toc.htm
6305-
[33]: http://docs.oracle.com/database/122/NETRF/parameters-for-the-sqlnet-ora-file.htm#NETRF427
6306-
[34]: http://docs.oracle.com/database/122/NETRF/parameters-for-the-sqlnet-ora-file.htm#NETRF227
6307-
[35]: http://docs.oracle.com/database/122/NETRF/parameters-for-the-sqlnet-ora-file.htm#NETRF228
6308-
[36]: http://docs.oracle.com/database/122/NETRF/local-naming-parameters-in-tnsnames-ora-file.htm#NETRF431
6309-
[37]: http://docs.oracle.com/database/122/NETRF/toc.htm
6303+
[32]: https://docs.oracle.com/database/122/DBSEG/toc.htm
6304+
[33]: https://docs.oracle.com/database/122/NETRF/parameters-for-the-sqlnet-ora-file.htm#NETRF427
6305+
[34]: https://docs.oracle.com/database/122/NETRF/parameters-for-the-sqlnet-ora-file.htm#NETRF227
6306+
[35]: https://docs.oracle.com/database/122/NETRF/parameters-for-the-sqlnet-ora-file.htm#NETRF228
6307+
[36]: https://docs.oracle.com/database/122/NETRF/local-naming-parameters-in-tnsnames-ora-file.htm#NETRF431
6308+
[37]: https://docs.oracle.com/database/122/NETRF/toc.htm
63106309
[38]: https://github.com/oracle/node-oracledb/tree/master/examples/resultset1.js
63116310
[39]: https://github.com/oracle/node-oracledb/tree/master/examples/resultset2.js
63126311
[40]: https://github.com/oracle/node-oracledb/tree/master/examples/refcursor.js
63136312
[41]: https://github.com/oracle/node-oracledb/tree/master/examples/selectstream.js
6314-
[42]: http://docs.oracle.com/database/122/NLSPG/datetime-data-types-and-time-zone-support.htm#NLSPG263
6313+
[42]: https://docs.oracle.com/database/122/NLSPG/datetime-data-types-and-time-zone-support.htm#NLSPG263
63156314
[43]: https://jsao.io/2016/09/working-with-dates-using-the-nodejs-driver/
63166315
[44]: https://docs.oracle.com/database/122/SQLRF/TO_LOB.htm
63176316
[45]: https://docs.oracle.com/cd/E17781_01/appdev.112/e18750/xe_locator.htm#XELOC560
63186317
[46]: https://docs.oracle.com/database/122/LNOCI/using-sql_statements-in-oci.htm#LNOCI16355g
6319-
[47]: http://docs.oracle.com/database/122/REFRN/OPEN_CURSORS.htm#REFRN10137
6318+
[47]: https://docs.oracle.com/database/122/REFRN/OPEN_CURSORS.htm#REFRN10137
63206319
[48]: https://docs.oracle.com/database/122/ARPLS/DBMS_OUTPUT.htm#ARPLS67300
63216320
[49]: https://github.com/oracle/node-oracledb/tree/master/examples/dbmsoutputgetline.js
63226321
[50]: https://github.com/oracle/node-oracledb/tree/master/examples/dbmsoutputpipe.js
@@ -6331,7 +6330,7 @@ PL/SQL users may be interested in using [PL/Scope][78].
63316330
[59]: http://www.oracle.com/technetwork/issue-archive/2007/07-mar/o27asktom-084983.html
63326331
[60]: http://stackoverflow.com/a/43330282/4799035
63336332
[61]: https://docs.oracle.com/database/122/LNOCI/oci-programming-advanced-topics.htm#LNOCI16655
6334-
[62]: http://docs.oracle.com/database/122/TGDBA/gathering-database-statistics.htm#TGDBA168
6333+
[62]: https://docs.oracle.com/database/122/TGDBA/gathering-database-statistics.htm#TGDBA168
63356334
[63]: https://docs.oracle.com/database/122/LNOCI/more-oci-advanced-topics.htm#LNOCI-GUID-CD599644-135A-4116-8B3B-40A9BA172E5C
63366335
[64]: https://docs.oracle.com/database/122/ADFNS/high-availability.htm#ADFNS538
63376336
[65]: https://docs.oracle.com/database/122/ADFNS/connection_strategies.htm#ADFNS515
@@ -6340,11 +6339,11 @@ PL/SQL users may be interested in using [PL/Scope][78].
63406339
[68]: https://docs.oracle.com/database/122/NLSPG/toc.htm
63416340
[69]: https://docs.oracle.com/database/122/NLSPG/setting-up-globalization-support-environment.htm#NLSPG003
63426341
[70]: https://docs.oracle.com/database/122/TGSQL/performing-application-tracing.htm#TGSQL792
6343-
[71]: https://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_appinf.htm#CHECEIEB
6344-
[72]: https://docs.oracle.com/cd/B19306_01/appdev.102/b14258/d_sessio.htm#SET_IDENTIFIER
6342+
[71]: https://docs.oracle.com/database/122/ARPLS/DBMS_APPLICATION_INFO.htm#ARPLS003
6343+
[72]: https://docs.oracle.com/database/122/ARPLS/DBMS_SESSION.htm#ARPLS68063
63456344
[73]: https://jsao.io/2017/06/how-to-get-use-and-close-a-db-connection-using-promises/
63466345
[74]: https://jsao.io/2017/07/how-to-get-use-and-close-a-db-connection-using-async-functions/
63476346
[75]: https://oracle.github.io/odpi/doc/user_guide/debugging.html
6348-
[76]: http://docs.oracle.com/database/122/REFRN/V-SQL_BIND_CAPTURE.htm#REFRN30310
6347+
[76]: https://docs.oracle.com/database/122/REFRN/V-SQL_BIND_CAPTURE.htm#REFRN30310
63496348
[77]: https://docs.oracle.com/database/122/ARPLS/DBMS_MONITOR.htm#ARPLS67178
6350-
[78]: http://docs.oracle.com/database/122/ADFNS/plscope.htm
6349+
[78]: https://docs.oracle.com/database/122/ADFNS/plscope.htm

0 commit comments

Comments
 (0)