-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hello bofm,
Thank you for creating this sublime package.
Unfortunately, I can't make it work.
There are 2 issues:
-1. Error message while starting sublime

-2. sqlplus returns error SP2-0640: Not connected (in the same time "prompt Hello World!" returns Hello World!)

Here is the setup and detailed description:
Windows 7 professional, sublime 3 (with a couple of packages)
I have modified SQLPlus.sublime-settings pointing to sqlplus directory, should i have modified connection string?
Tried both with proper connection string and ##Sublime{|}##
{
"connection_string": "CRPDTA/CRPDTA@jdetest",
"workdir": "C:/Oracle/product/11.2.0/client_1/BIN/",
"silent": true,
"path": "C:/Oracle/product/11.2.0/client_1/BIN/sqlplus.exe",
"auto_set_syntax": "Oracle(SQL-PL-SQLPlus).tmLanguage",
}
{
"connection_string": "##Sublime{|}##",
"workdir": "C:/Oracle/product/11.2.0/client_1/BIN/",
"silent": true,
"path": "C:/Oracle/product/11.2.0/client_1/BIN/sqlplus.exe",
"auto_set_syntax": "Oracle(SQL-PL-SQLPlus).tmLanguage",
}
Thank you.


