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
Searching and reading may be the quickest way to resolve a problem.
6
+
7
+
## Node-oracledb Installation issues
8
+
9
+
Read the [Installation instructions](https://github.com/oracle/node-oracledb/blob/master/INSTALL.md) and see [Troubleshooting](https://github.com/oracle/node-oracledb/blob/master/INSTALL.md#troubleshooting)
10
+
11
+
## SQL and PL/SQL Questions
12
+
13
+
Ask SQL and PL/SQL questions at [AskTOM](https://asktom.oracle.com/)
14
+
15
+
Try out SQL and find code snippets on our hosted database with [LIVE SQL](https://livesql.oracle.com/)
16
+
17
+
## Database and other Oracle Issues
18
+
19
+
Ask Database, network connectivity, or other Oracle issues on an [OTN Forum](https://community.oracle.com/community/database/)
20
+
21
+
## Node-oracledb Documentation
22
+
23
+
The Node API documentation is divided into [API documentation](https://github.com/oracle/node-oracledb/blob/master/doc/api.md) and a [User Guide](https://github.com/oracle/node-oracledb/blob/master/doc/api.md#connectionhandling)
24
+
25
+
## Got a Node-oracledb question?
26
+
27
+
Ask at [GitHub](https://github.com/oracle/node-oracledb/issues)
28
+
29
+
When opening a new issue, fill in the template that will be shown.
30
+
Include enough information for people to understand your problem.
@@ -7,44 +7,36 @@ Use the questions at the bottom of this template as a guide.
7
7
8
8
Use Markdown syntax, particularly for code blocks: see https://help.github.com/articles/basic-writing-and-formatting-syntax/#quoting-code
9
9
10
+
Use a gist for screen output and logs: see https://gist.github.com/**Do not paste long output into this issue**.
11
+
10
12
### For security issues:
11
13
12
14
See https://www.oracle.com/support/assurance/vulnerability-remediation/reporting-security-vulnerabilities.html for how to report security issues.
13
15
14
16
### For installation issues:
15
17
16
-
Use a gist for screen output and logs: see https://gist.github.com/
17
-
**Do not paste long output into this issue**
18
-
19
-
Review the install instructions at https://github.com/oracle/node-oracledb/blob/master/INSTALL.md
20
-
21
-
Use `npm install --verbose oracledb`. Review your output and logs.
22
-
Try to install in a different way. **Google anything that looks like an error.** Try some potential solutions.
23
-
24
-
For Node 4 onwards, you need a compiler with C++11 support. On Linux use GCC 4.7 or later.
18
+
- Review the install instructions https://github.com/oracle/node-oracledb/blob/master/INSTALL.md
25
19
26
-
Did the error indicate a network connection issue? Do you need to set `http_proxy`?
27
-
28
-
Try running `npm cache clean` and deleting the `node_modules/oracledb` directory.
29
-
30
-
Do you have an old version of `node-gyp` installed? Try updating it. Also try deleting `$HOME/.node-gyp` or equivalent.
20
+
- Review the troubleshooting tips https://github.com/oracle/node-oracledb/blob/master/INSTALL.md#troubleshooting
31
21
32
22
#### Answer the following questions:
33
23
34
-
1. What is your version of Node.js? Run examples/version.js to find versions.
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
35
25
36
-
2. What version of node-oracledb are you using?
26
+
2. What is your node-oracledb version?
37
27
38
-
3. What is the version of your Oracle client (e.g. Instant Client)? How was it installed? Where it is installed?
28
+
3. 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?
39
29
40
-
4. What is the version of Oracle Database?
30
+
4. What is your Oracle Database version?
41
31
42
32
5. What is your OS and version?
43
33
44
-
6. What compiler version did you use? For example, with GCC, run `gcc --version`
34
+
6. What is your compiler version? For example, with GCC, run `gcc --version`
35
+
36
+
7. What Oracle environment variables did you set? How *exactly* did you set them?
45
37
46
-
7. What environment variables did you set? How *exactly* did you set them?
38
+
8. What is the `PATH`environment variable (on Windows) or `LD_LIBRARY_PATH` (on Linux) set to? On macOS, what is in `~/lib`?
47
39
48
-
8. What *exact* command caused the problem (e.g. what command did you try to install with)? Who were you logged in as?
40
+
9. What *exact* command caused the problem (e.g. what command did you try to install with)? Who were you logged in as?
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,8 @@ Before submitting PRs for node-oracledb you must have your signed *Oracle Contri
4
4
5
5
If the problem solved is small, you may find it easier to open an Issue describing the problem and its cause so we can create the fix.
6
6
7
+
**Note that the ODPI-C submodule does not accept PRs.** Any required changes to ODPI-C should be submitted in the form of a problem description at https://github.com/oracle/odpi/issues before submitting a node-oracledb PR.
8
+
7
9
The bottom of your commit message must have the following line using your name and e-mail address as it appears in the OCA Signatories list.
0 commit comments