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: INSTALL.md
+26-11Lines changed: 26 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -30,11 +30,11 @@ limitations under the License.
30
30
The steps below create a standalone Node.js installation for testing.
31
31
Adjust the steps for your environment.
32
32
33
-
The node-oracledb release has been tested with Node.js 0.10.35 on
34
-
64-bit Oracle Linux. The driver can also build in some 32-bit Linux,
35
-
Solaris and Mac OS X environments, but these architectures have not
36
-
been fully tested. Installation on those platforms is similar to the
37
-
steps described in this document.
33
+
This node-oracledb release currently works only with Node.js 0.10. It
34
+
has been tested with 0.10.35 on 64-bit Oracle Linux and Windows. The
35
+
driver can also build in some Mac OS X, 32-bit Linux, 32-bit Windows,
36
+
Solaris and AIX environments, but these architectures have not been fully
37
+
tested.
38
38
39
39
Node-oracledb is currently only available on GitHub.
40
40
@@ -53,15 +53,15 @@ install Xcode.
53
53
54
54
Instructions may need to be adjusted for your platform and environment.
55
55
56
-
57
56
I have ... | Follow this ...
58
57
----------|-----------------
59
58
Linux. My database is on another machine. | [Node-oracledb Installation on Linux with Instant Client RPMs](#instrpm)
60
-
Solaris. My database is on another machine. | [Node-oracledb Installation on Linux with Instant Client ZIP files](#instzip)
61
-
Linux or Solaris, with a database on the same machine. | [Node-oracledb Installation on Linux with a Local Database](#instoh)
62
-
Linux or Solaris, with the full Oracle client (installed via runInstaller) on the same machine. | [Node-oracledb Installation on Linux with a Local Database](#instoh)
63
-
Mac OS X. | [Node-oracledb Installation on OS X with Instant Client](#instosx)
64
-
Another OS with Oracle 11.2 or 12.1 libraries available | Update binding.gyp and make any code changes required, sign the [OCA](https://www.oracle.com/technetwork/community/oca-486395.html), and submit a pull request with your patch (Windows support is already being worked on).
59
+
Solaris or AIX. My database is on another machine. | [Node-oracledb Installation on Linux with Instant Client ZIP files](#instzip)
60
+
Linux, Solaris or AIX. My database is on the same machine. | [Node-oracledb Installation on Linux with a Local Database](#instoh)
61
+
Linux, Solaris or AIX. I have the full Oracle client (installed via runInstaller) on the same machine. | [Node-oracledb Installation on Linux with a Local Database](#instoh)
62
+
Apple OS X | [Node-oracledb Installation on OS X with Instant Client](#instosx)
63
+
Windows | [Node-oracledb Installation on Windows](#instwin)
64
+
Another OS with Oracle 11.2 or 12.1 libraries available | Update binding.gyp and make any code changes required, sign the [OCA](https://www.oracle.com/technetwork/community/oca-486395.html), and submit a pull request with your patch.
65
65
66
66
### Other Resources Useful for node-oracledb
67
67
@@ -92,6 +92,9 @@ On Linux, the node-oracledb installer looks for Oracle client libraries and head
0 commit comments