You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/issue_template.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,25 +15,25 @@ See https://www.oracle.com/support/assurance/vulnerability-remediation/reporting
15
15
16
16
### For installation issues:
17
17
18
-
- Review the install instructions https://github.com/oracle/node-oracledb/blob/master/INSTALL.md
18
+
- Review the install instructions https://oracle.github.io/node-oracledb/INSTALL.html
19
19
20
-
- Review the troubleshooting tips https://github.com/oracle/node-oracledb/blob/master/INSTALL.md#troubleshooting
20
+
- Review the troubleshooting tips https://oracle.github.io/node-oracledb/INSTALL.html#troubleshooting
21
21
22
22
#### Answer the following questions:
23
23
24
-
1. What is your Node.js version? Is it 64-bit or 32-bit? Run `version.js` from https://github.com/oracle/node-oracledb/blob/master/examples/version.js
24
+
1. What is your Node.js version: use `console.log(process.version)`? Is it 64-bit or 32-bit: use `console.log(process.arch)`?
25
25
26
-
2. What is your node-oracledb version?
26
+
2. What is your node-oracledb version: use `console.log(oracledb.versionString)`?
27
27
28
28
3. What *exact* command caused the problem (e.g. what command did you try to install with)? Who were you logged in as?
29
29
30
30
4. What error(s) you are seeing?
31
31
32
-
5. What OS (and version) is Node.js executing on?
32
+
5. What OS (and version) is Node.js executing on: use `console.log(process.platform)`?
33
33
34
-
6. What is your Oracle client (e.g. Instant Client) version? Is it 64-bit or 32-bit? How was it installed? Where is it installed?
34
+
6. What is your Oracle client (e.g. Instant Client) version: use `console.log(oracledb.oracleClientVersionString)`? Is it 64-bit or 32-bit? How was it installed? Where is it installed?
35
35
36
-
7. What is your Oracle Database version?
36
+
7. What is your Oracle Database version: use `console.log(connection.oracleServerVersionString)`?
37
37
38
38
8. What is the `PATH` environment variable (on Windows) or `LD_LIBRARY_PATH` (on Linux) set to? On macOS, what is in `~/lib`?
0 commit comments