Created
October 24, 2011 11:02
-
-
Save gilderlan/1308774 to your computer and use it in GitHub Desktop.
variáveis de ambiente para instalar o ruby-oci8
This file contains hidden or 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
LD_LIBRARY_PATH='/opt/oracle/instantclient_11_2' | |
export LD_LIBRARY_PATH | |
PATH=$PATH:'/opt/oracle/instantclient_11_2' | |
SQLPATH='/opt/oracle/instantclient_11_2' | |
export SQLPATH | |
TNS_ADMIN='/opt/oracle/instantclient_11_2' | |
export TNS_ADMIN |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment