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.
Copy file name to clipboardExpand all lines: .github/pull_request_template.md
+2
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