Skip to content

Commit c71f5d5

Browse files
committed
Update examples information
1 parent 616c4ad commit c71f5d5

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

examples/README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ File Name | Description
6363
[`aqobject.js`](aqobject.js) | Oracle Advanced Queuing (AQ) example passing an Oracle Database object
6464
[`aqoptions.js`](aqoptions.js) | Oracle Advanced Queuing (AQ) example setting options and message attributes
6565
[`aqraw.js`](aqraw.js) | Basic Oracle Advanced Queuing (AQ) example passing text messages
66+
[`aqutil.js`](aqutil.js) | Common file to setup the user credentials for all the Advanced Queuing (AQ) examples.
6667
[`blobhttp.js`](blobhttp.js) | Simple web app that streams an image
6768
[`calltimeout.js`](calltimeout.js) | Shows how to cancel a SQL statement if it doesn't complete in a specified time
6869
[`connect.js`](connect.js) | Basic example for creating a standalone (non-pooled) connection
@@ -112,6 +113,8 @@ File Name | Description
112113
[`resultset2.js`](resultset2.js) | Executes a query and uses a ResultSet to fetch batches of rows with `getRows()`
113114
[`resultsettoquerystream.js`](resultsettoquerystream.js) | Converts a ResultSet returned from `execute()` into a Readable Stream.
114115
[`rowlimit.js`](rowlimit.js) | Shows ways to limit the number of records fetched by queries
116+
[`sampleazuretokenauth.js`](sampleazuretokenauth.js) | Shows connection pooling with Azure token based authentication.
117+
[`sampleocitokenauth.js`](sampleocitokenauth.js) | Shows connection pooling with OCI OAuth 2.0 token based authentication.
115118
[`select1.js`](select1.js) | Executes a basic query without using a connection pool or ResultSet
116119
[`select2.js`](select2.js) | Executes queries to show array and object output formats
117120
[`selectgeometry.js`](selectgeometry.js) | Insert and query Oracle Spatial geometries

examples/aqutil.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* limitations under the License.
2424
*
2525
* NAME
26-
* aqsetup.js
26+
* aqutil.js
2727
*
2828
* DESCRIPTION
2929
* Setup the user credentials for all the Advanced Queuing (AQ) examples.

examples/sampleocitokenauth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* sampleocitokenauth.js
2020
*
2121
* DESCRIPTION
22-
* This script shows connection pooling with token based authentication to
22+
* Shows connection pooling with OAuth 2.0 token based authentication to
2323
* Oracle Autonomous Database from OCI-SDK. It shows how to create a
2424
* connection pool.
2525
*

0 commit comments

Comments
 (0)