Created
October 14, 2015 17:55
-
-
Save meganlkm/8e9e846895efab3b6914 to your computer and use it in GitHub Desktop.
This is how I got the sublime text SQLExec plugin to connect to oracle
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
#!/bin/bash | |
# this file should be in your path before | |
# instantclient/sqlplus is picked up. | |
# make sure to chmod +x | |
source /path/to/your/env/settings/.bash_profile | |
/path/to/instantclient/sqlplus $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment