Created
November 11, 2011 17:24
-
-
Save felclef/1358607 to your computer and use it in GitHub Desktop.
Sublime Text Editor - build for using SQL scripts with Oracle SQL*Plus (change the dummy for your conn)
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
{ | |
"cmd": ["sqlplus", "dummy/dummy@local", "@$file"], | |
"selector": "source.sql", | |
"encoding": "cp1252" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This is what I put in....
{
"cmd": ["C:\oraclexe\app\oracle\product\10.2.0\server\BIN\sqlplus.exe", "Zoo Zoo@//localhost:1521/xe", "@$file"],
"selector": "source.sql",
"encoding": "cp1252"
}
and all I get is the sql intro
"""
SQL*Plus: Release 10.2.0.1.0 - Production on Mon Nov 18 13:10:47 2013
Copyright (c) 1982, 2005, Oracle. All rights reserved.
"""