Skip to content

Commit ea0a730

Browse files
committed
Update DB user creation URL
1 parent 63f2512 commit ea0a730

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

doc/api.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17371,7 +17371,7 @@ can be asked at [AskTom][158].
1737117371
[88]: https://nodejs.org/en/download/
1737217372
[89]: https://github.com/oracle/node-oracledb/tree/main/examples/dbconfig.js
1737317373
[90]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-C48021EF-6AEA-427F-95B2-37EFCFEA2400
17374-
[91]: https://www.youtube.com/watch?v=WDJacg0NuLo
17374+
[91]: https://blogs.oracle.com/sql/how-to-create-users-grant-them-privileges-and-remove-them-in-oracle-database
1737517375
[92]: https://nodejs.org/api/stream.html#stream_readable_destroy_error
1737617376
[93]: https://www.oracle.com/pls/topic/lookup?ctx=dblatest&id=GUID-D04AA2A7-2E68-4C5C-BD6E-36C62427B98E
1737717377
[94]: https://github.com/oracle/node-oracledb/blob/node-oracledb-v1/doc/api.md

examples/dbconfig.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
* to the database. Production applications should consider using
2424
* External Authentication to avoid hard coded credentials.
2525
*
26-
* To create a database user see https://www.youtube.com/watch?v=WDJacg0NuLo
26+
* To create a database user see
27+
* https://blogs.oracle.com/sql/how-to-create-users-grant-them-privileges-and-remove-them-in-oracle-database
2728
*
2829
* Applications can set the connectString value to an Easy Connect
2930
* string, or a Net Service Name from a tnsnames.ora file or

0 commit comments

Comments
 (0)