@@ -130,11 +130,19 @@ version 2.0.
130
130
Database 10.2 or greater. Version 11.2 client libraries can connect
131
131
to Oracle Database 9.2 or greater.
132
132
133
- See [ Troubleshooting Node-oracledb Installation Problems] ( #troubleshooting ) if you have issues.
133
+ - Your Node.js applications can now connect to your database. The
134
+ database can be on the same machine as Node.js, or on a remote
135
+ machine. Node-oracledb does not install or create a database.
136
+
137
+ You will need to know [ database credentials] [ 45 ] and the [ connection
138
+ string] [ 7 ] for the database.
134
139
135
140
After installation, learn how to use node-oracledb from the
136
141
[ examples] [ 19 ] and the [ documentation] [ 44 ] .
137
142
143
+ See [ Troubleshooting Node-oracledb Installation
144
+ Problems] ( #troubleshooting ) if you have installation issues.
145
+
138
146
## <a name =" instructions " ></a > 3. Node-oracledb Installation Instructions
139
147
140
148
#### Which Instructions to Follow
@@ -185,7 +193,7 @@ All installations need:
185
193
same machine as Node.js, or on a remote machine. Node-oracledb does
186
194
not install or create a database.
187
195
188
- You will need to know user credentials and the [ connection
196
+ You will need to know [ database credentials] [ 45 ] and the [ connection
189
197
string] [ 7 ] for the database.
190
198
191
199
If pre-built binaries are not available or desired, you need these
0 commit comments