Created
April 3, 2014 01:58
-
-
Save machupicchubeta/9946994 to your computer and use it in GitHub Desktop.
sqlplus startup command for mac
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
env DYLD_LIBRARY_PATH=<oracle instant client directory> NLS_LANG=AMERICAN_AMERICA.UTF8 sqlplus <username>/<password>@<host>/<schema> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment