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
@@ -72,7 +72,7 @@ AIX on Power Systems | [Node-oracledb Installation on AIX on Power Systems with
72
72
Solaris x86-64 (64-Bit) | [Node-oracledb Installation on Oracle Solaris x86-64 (64-Bit) with Instant Client ZIP files](#instsolarisx8664)
73
73
Linux. My database is on the same machine | [Node-oracledb Installation on Linux with a Local Database](#instoh)
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
-
Apple OS X | [Node-oracledb Installation on OS X with Instant Client](#instosx)
75
+
Apple macOS | [Node-oracledb Installation on macOS with Instant Client](#instosx)
76
76
Windows | [Node-oracledb Installation on Windows](#instwin)
77
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.
78
78
@@ -463,7 +463,7 @@ This is useful if you will need to upgrade Oracle Instant Client RPMs
463
463
to a new major or minor version (for example from 11.2 to 12.1)
464
464
without re-installing node-oracledb.
465
465
466
-
## <a name="instosx"></a> 6. Node-oracledb Installation on OS X with Instant Client
466
+
## <a name="instosx"></a> 6. Node-oracledb Installation on macOS with Instant Client
467
467
468
468
Note: If you use Instant Client 11.2 because you need to connect to
469
469
Oracle Database 9.2, refer to
@@ -478,7 +478,7 @@ Building node-oracledb requires Xcode from the Mac App store.
478
478
479
479
### 6.2 Install Node.js
480
480
481
-
Download the [Node.js package](http://nodejs.org) for OS X 64-bit and install it.
481
+
Download the [Node.js package](http://nodejs.org) for macOS 64-bit and install it.
482
482
483
483
### 6.3 Install the free Oracle Instant Client 12.1 'Basic' and 'SDK' ZIPs
484
484
@@ -549,7 +549,7 @@ Run one of the examples:
549
549
node select1.js
550
550
```
551
551
552
-
To run a database on OS X, one option is to use VirtualBox,
552
+
To run a database on macOS, one option is to use VirtualBox,
553
553
see
554
554
[The Easiest Way to Install Oracle Database on Mac OS X](https://blogs.oracle.com/opal/entry/the_easiest_way_to_enable).
0 commit comments