
- MACBOOK OS X SDK HOW TO
- MACBOOK OS X SDK UPDATE
- MACBOOK OS X SDK ZIP
- MACBOOK OS X SDK FREE
- MACBOOK OS X SDK MAC
The most significant changes in the newest version relate to aesthetics.
MACBOOK OS X SDK UPDATE
The only thing you should worry about is to update your apps, as the old versions won’t work on Mojave.
MACBOOK OS X SDK MAC
If you’re a user of Mac OS, upgrading to the Mojave version is the logical next step.
Besides the obvious advantages, there are covert improvements that will boost your Mac.
MACBOOK OS X SDK FREE
Unzip the packages into a single directory such as "~/instantclient_11_2".You will get some handy benefits free of charge. Instant Client 11.2 supports macOS X Lion, Mountain Lion and Mavericks. To be able to run SQL*Plus, update PATH. Note: Custom OCI applications, such as those that bundle Instant Client, may want to link with -rpath set to the directory containing Instant Client 12.1 instead of relying on libraries being in ~/lib. For example, to use SQL*Plus:Ĭp /opt/oracle/instantclient_12_1/libclntsh.dylib.12.1 ~/lib/Ĭp /opt/oracle/instantclient_12_1/libclntshcore.dylib.12.1 ~/lib/Ĭp /opt/oracle/instantclient_12_1/libons.dylib ~/lib/Ĭp /opt/oracle/instantclient_12_1/libnnz12.dylib ~/lib/Ĭp /opt/oracle/instantclient_12_1/libociei.dylib ~/lib/ Unzip the packages into a single directory such as "~/instantclient_12_1". Instant Client 12.1 supports macOS El Capitan, Yosemite and Mavericks. This is the default Oracle configuration directory for applications linked with this Instant Client. Mkdir -p ~/instantclient_12_2/network/admin If you intend to co-locate optional Oracle configuration files such as tnsnames.ora, sqlnet.ora, ldap.ora, or oraaccess.xml with Instant Client, then create a network/admin subdirectory. Note: Custom OCI applications, such as those that bundle Instant Client, may want to link with -rpath set to the directory containing Instant Client 12.2 instead of relying on libraries being in ~/lib. Ln -s ~/lib/libclntsh.dylib.12.1 ~/lib/libclntsh.dylib For example:Ĭp /opt/oracle/instantclient_12_2/libclntsh.dylib.12.1 ~/lib/Ĭp /opt/oracle/instantclient_12_2/libclntshcore.dylib.12.1 ~/lib/Ĭp /opt/oracle/instantclient_12_2/libons.dylib ~/lib/Ĭp /opt/oracle/instantclient_12_2/libnnz12.dylib ~/lib/Ĭp /opt/oracle/instantclient_12_2/libociei.dylib ~/lib/ Unzip the packages into a single directory such as ~/instantclient_12_2 that is accessible to your application. Instant Client 12.2 supports macOS High Sierra, Sierra and El Capitan. To use binaries such as sqlplus from the SQL*Plus package, unzip the package to the same directory as the Basic package and then update your PATH environment variable, for example:. Then set the environment variable TNS_ADMIN to that directory name. This is the default Oracle configuration directory for applications linked with this Instant Client.Īlternatively, Oracle configuration files can be put in another, accessible directory. If you intend to co-locate optional Oracle configuration files such as tnsnames.ora, sqlnet.ora, ldap.ora, or oraaccess.xml with Instant Client, put them in the instantclient_18_1/network/admin subdirectory. Note: Custom OCI applications, such as those that bundle Instant Client, may want to link with -rpath set to the directory containing Instant Client 18.1 instead of relying on libraries being in ~/lib. Ln -s ~/lib/libclntsh.dylib.18.1 ~/lib/libclntsh.dylib For example:Ĭp /opt/oracle/instantclient_18_1/libclntsh.dylib.18.1 ~/lib/Ĭp /opt/oracle/instantclient_18_1/libclntshcore.dylib.18.1 ~/lib/Ĭp /opt/oracle/instantclient_18_1/libons.dylib ~/lib/Ĭp /opt/oracle/instantclient_18_1/libnnz18.dylib ~/lib/Ĭp /opt/oracle/instantclient_18_1/libociei.dylib ~/lib/ Unzip the packages into a single directory such as ~/instantclient_18_1 that is accessible to your application. All installations require the Basic or Basic Light package. MACBOOK OS X SDK ZIP
Download the desired Instant Client ZIP files.Instant Client 18.1 supports macOS Mojave and High Sierra.
MACBOOK OS X SDK HOW TO
Sqlplus Refer to your application's installation instructions for how to use
Run SQL*Plus and connect using your database credentials and connection string:. Package to the same directory as the Basic package and then update yourĮxport PATH=~/Downloads/instantclient_19_8:$PATH To use binaries such as sqlplus from the SQL*Plus package, unzip the. Then set the environment variable TNS_ADMIN to that The default Oracle configuration directory for applications linked withĪlternatively, Oracle configuration files can be put in another,Īccessible directory. Put them in the instantclient_19_8/network/admin subdirectory. Tnsnames.ora, sqlnet.ora, ldap.ora, or oraaccess.xml with Instant Client, If you intend to co-locate optional Oracle configuration files such as. In Finder, eject the mounted Instant Client packages. Packages to /User/$USER/Downloads/instantclient_19_8 This copies the contents of all currently mounted Instant Client.