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
The `ORACLE_HOME` can be either a database home or a full Oracle
373
373
client installation installed with Oracle's `runInstaller`.
@@ -568,7 +568,7 @@ redistributables for the Oracle client. This should be part of your VS
568
568
install. Specifically:
569
569
- The Oracle client 11.2 requires the [Visual Studio 2005 redistributable](https://www.microsoft.com/en-us/download/details.aspx?id=18471).
570
570
- The Oracle client 12.1 requires the [Visual Studio 2010 redistributable](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads#bookmark-vs2010).
571
-
- The Oracle client 12.2, requires ththe[Visual Studio 2013 redistributable](https://support.microsoft.com/en-us/kb/2977003#bookmark-vs2013).
571
+
- The Oracle client 12.2, requires the[Visual Studio 2013 redistributable](https://support.microsoft.com/en-us/kb/2977003#bookmark-vs2013).
572
572
573
573
Install the Python 2.7 MSI from
574
574
[www.python.org](https://www.python.org/downloads). Select the
@@ -717,7 +717,7 @@ into `/opt`:
717
717
718
718
```
719
719
cd /opt
720
-
gunzip -c node-v6.11.0-aix-ppc64.tar.gz | tar xvf -
720
+
gunzip -c node-v6.11.0-aix-ppc64.tar.gz | tar -xvf -
0 commit comments