-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
26 lines (19 loc) · 1.02 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
This script is a helper for installing the Oracle Instant Client for Mac OS X.
It has been tested with the Oracle Instant Client 11.2 series for 64 bit intel architecture.
Using this script takes all the necessary steps to allow Perl's DBD::Oracle to install
properly from CPAN.
Prerequisites:
1) Install X Code
2) Install X Code commandline tools
3) Download the Oracle Instant Client .zip files,
At minimum you probably want the SDK, BASIC and SQLPLUS.
*** It doesn't matter where you download them to, leaving them in
Downloads is fine. Make sure you run this script as whatever user downloaded
the install files.
Instructions
Run the following command from your Terminal.app, it will prompt you for your
password, as this requires admin priveleges to install:
\curl -L https://raw.githubusercontent.com/klkane/macosx_oracle_instantclient_installer/master/installer.sh | bash
Testing/Usage
Close and reopen Terminal.app and now you should be able to use Oracle
Instant Client from the commandline. Try using sqlplus.