Skip to content

Instantly share code, notes, and snippets.

@meganlkm
Created October 14, 2015 17:55
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 meganlkm/8e9e846895efab3b6914 to your computer and use it in GitHub Desktop.
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
#!/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