Skip to content

Error message while starting sublime and sqlplus returns error SP2-0640 #1

@jdedev

Description

@jdedev

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
image

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

Here is the setup and detailed description:
Windows 7 professional, sublime 3 (with a couple of packages)

System information
image

Sublime version
image

Package Control
image

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions