Skip to content

Instantly share code, notes, and snippets.

@chambbj
Created March 30, 2012 18:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chambbj/2253610 to your computer and use it in GitHub Desktop.
Save chambbj/2253610 to your computer and use it in GitHub Desktop.
OCI on Mac OS X
export ORACLE_HOME=[your installation path]/instantclient_10_2
export LD_LIBRARY_PATH=$ORACLE_HOME
export DYLD_LIBRARY_PATH=$ORACLE_HOME
@chambbj
Copy link
Author

chambbj commented Mar 30, 2012

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment