File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -63,6 +63,7 @@ File Name | Description
63
63
[ ` aqobject.js ` ] ( aqobject.js ) | Oracle Advanced Queuing (AQ) example passing an Oracle Database object
64
64
[ ` aqoptions.js ` ] ( aqoptions.js ) | Oracle Advanced Queuing (AQ) example setting options and message attributes
65
65
[ ` 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.
66
67
[ ` blobhttp.js ` ] ( blobhttp.js ) | Simple web app that streams an image
67
68
[ ` calltimeout.js ` ] ( calltimeout.js ) | Shows how to cancel a SQL statement if it doesn't complete in a specified time
68
69
[ ` connect.js ` ] ( connect.js ) | Basic example for creating a standalone (non-pooled) connection
@@ -112,6 +113,8 @@ File Name | Description
112
113
[ ` resultset2.js ` ] ( resultset2.js ) | Executes a query and uses a ResultSet to fetch batches of rows with ` getRows() `
113
114
[ ` resultsettoquerystream.js ` ] ( resultsettoquerystream.js ) | Converts a ResultSet returned from ` execute() ` into a Readable Stream.
114
115
[ ` 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.
115
118
[ ` select1.js ` ] ( select1.js ) | Executes a basic query without using a connection pool or ResultSet
116
119
[ ` select2.js ` ] ( select2.js ) | Executes queries to show array and object output formats
117
120
[ ` selectgeometry.js ` ] ( selectgeometry.js ) | Insert and query Oracle Spatial geometries
Original file line number Diff line number Diff line change 23
23
* limitations under the License.
24
24
*
25
25
* NAME
26
- * aqsetup .js
26
+ * aqutil .js
27
27
*
28
28
* DESCRIPTION
29
29
* Setup the user credentials for all the Advanced Queuing (AQ) examples.
Original file line number Diff line number Diff line change 19
19
* sampleocitokenauth.js
20
20
*
21
21
* DESCRIPTION
22
- * This script shows connection pooling with token based authentication to
22
+ * Shows connection pooling with OAuth 2.0 token based authentication to
23
23
* Oracle Autonomous Database from OCI-SDK. It shows how to create a
24
24
* connection pool.
25
25
*
You can’t perform that action at this time.
0 commit comments