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
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -42,11 +42,11 @@ environments, but these architectures have not been fully tested.
42
42
43
43
### <aname="prerequisites"></a> Prerequisites
44
44
45
-
Installation requires Oracle 11.2 or 12.1 client libraries.
45
+
Installation requires Oracle 11.2 or 12c client libraries.
46
46
These are included in Oracle Instant Client RPMs or ZIPs, a full
47
47
Oracle Client, or a database on the same machine. Oracle's standard
48
48
client-server network compatibility applies. For example, with Oracle
49
-
Client 12.1 you can connect to Oracle Database 10.2 or greater. Use
49
+
Client 12c you can connect to Oracle Database 10.2 or greater. Use
50
50
Oracle Client 11.2 if you need to connect to Oracle Database 9.2.
51
51
52
52
A compiler is required. Use Visual Studio on Windows, GCC on Linux or
@@ -74,7 +74,7 @@ Linux. My database is on the same machine | [Node-oracledb Installation on Linu
74
74
Linux. I have the full Oracle client (installed via `runInstaller`) on the same machine | [Node-oracledb Installation on Linux with a Local Database](#instoh)
75
75
Apple OS X | [Node-oracledb Installation on OS X with Instant Client](#instosx)
76
76
Windows | [Node-oracledb Installation on Windows](#instwin)
77
-
Another OS with Oracle Database 11.2 or 12.1, or client 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.
77
+
Another OS with Oracle Database 11.2 or 12c, or client 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.
0 commit comments