Created
March 30, 2012 18:12
-
-
Save chambbj/2253610 to your computer and use it in GitHub Desktop.
OCI on Mac OS X
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
export ORACLE_HOME=[your installation path]/instantclient_10_2 | |
export LD_LIBRARY_PATH=$ORACLE_HOME | |
export DYLD_LIBRARY_PATH=$ORACLE_HOME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
from http://www.xairon.net/2011/05/guide-installing-cx_oracle-on-mac-os-x/