Skip to content

Commit 58b5475

Browse files
committed
Change 12.1 to 12c now that 12.2 is out
1 parent 2dbe4e0 commit 58b5475

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ environments, but these architectures have not been fully tested.
4242

4343
### <a name="prerequisites"></a> Prerequisites
4444

45-
Installation requires Oracle 11.2 or 12.1 client libraries.
45+
Installation requires Oracle 11.2 or 12c client libraries.
4646
These are included in Oracle Instant Client RPMs or ZIPs, a full
4747
Oracle Client, or a database on the same machine. Oracle's standard
4848
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
5050
Oracle Client 11.2 if you need to connect to Oracle Database 9.2.
5151

5252
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
7474
Linux. I have the full Oracle client (installed via `runInstaller`) on the same machine | [Node-oracledb Installation on Linux with a Local Database](#instoh)
7575
Apple OS X | [Node-oracledb Installation on OS X with Instant Client](#instosx)
7676
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.
7878

7979
### Other Resources Useful for node-oracledb
8080

0 commit comments

Comments
 (0)