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: README.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
@@ -45,9 +45,9 @@ Prerequisites:
45
45
46
46
-[Python 2.7](https://www.python.org/downloads/)
47
47
- C Compiler with support for C++ 11 (Xcode, gcc, Visual Studio or similar)
48
-
- Oracle 11.2or 12c client libraries. Use the small, free [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html) "basic" and "SDK" packages if your database is remote. Or use the libraries and headers from a locally installed database such as the free [Oracle XE](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html) release.
48
+
- Oracle 11.2, 12.1 or 12.2 client libraries. Use the small, free [Oracle Instant Client](http://www.oracle.com/technetwork/database/features/instant-client/index-100365.html) "basic" and "SDK" packages if your database is remote. Or use the libraries and headers from a locally installed database such as the free [Oracle XE](http://www.oracle.com/technetwork/database/database-technologies/express-edition/overview/index.html) release.
49
49
50
-
Oracle's standard client-server network compatibility applies: Oracle Client 12c can connect to Oracle Database 10.2 or greater. Oracle Client 11.2 can connect to Oracle Database 9.2 or greater.
50
+
Oracle's standard client-server network compatibility applies: Oracle Client 12.2 can connect to Oracle Database 11.2 or greater. Oracle Client 12.1 can connect to Oracle Database 10.2 or greater. Oracle Client 11.2 can connect to Oracle Database 9.2 or greater.
51
51
- Set `OCI_LIB_DIR` and `OCI_INC_DIR` during installation if the Oracle libraries and headers are in a non-default location
52
52
53
53
Run `npm install oracledb` to install from the [npm registry](https://www.npmjs.com/package/oracledb).
@@ -88,7 +88,7 @@ Oracle gratefully acknowledges the contributions to node-oracledb that have been
88
88
89
89
## <aname="license"></a> License
90
90
91
-
Copyright (c) 2015, 2016, Oracle and/or its affiliates. All rights reserved.
91
+
Copyright (c) 2015, 2017, Oracle and/or its affiliates. All rights reserved.
92
92
93
93
You may not use the identified files except in compliance with the Apache
0 commit comments