We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 214935e commit 4d4ce57Copy full SHA for 4d4ce57
examples/dbconfig.js
@@ -27,9 +27,14 @@
27
* string, or a Net Service Name from a tnsnames.ora file or
28
* external naming service, or it can be the name of a local Oracle
29
* database instance.
30
- *
31
- * The Easy Connect syntax is:
+ *
+ * If node-oracledb is linked with Instant Client, then an Easy
32
+ * Connect string is generally appropriate. The syntax is:
33
34
* [//]host_name[:port][/service_name][:server_type][/instance_name]
35
36
+ * Commonly just the host_name and service_name are needed
37
+ * e.g. "localhost/orcl" or "localhost/XE"
38
*
39
* If using a tnsnames.ora file, the file can be in a default
40
* location such as $ORACLE_HOME/network/admin/tnsnames.ora or
0 commit comments