Skip to content

Instantly share code, notes, and snippets.

@andreia
Created July 23, 2012 22:46
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save andreia/3166741 to your computer and use it in GitHub Desktop.
Environment variables that must be set on Windows to connect to a remote Oracle DB(client)
NLS_LANG <lang> - character set, language and territory
TNS_ADMIN <path> - path to tnsnames.ora file
PATH <path> - add location of the Oracle client
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment