-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
It would be awesome if it would work on UNIX systems. I hacked it to work on my Mac with the Oracle Instant Client (11.2.0.3).
Check out the hack here.
Basically four things that needed to be done.
- Set the DYLD_LIBRARY_PATH environment variable to be system wide.
$ launchctl setenv DYLD_LIBRARY_PATH $DYLD_LIBRARY_PATH
- Add the Instant Client to the PATH variable so Sublime can see it.
- Change sqlplus.exe to sqlplus.
- For some reason the USER_ERRORS query was failing. I should investigate this further but for now I removed this one query.
Also, Easy Connect needs to be used or Sublime will need to know how to get to the tnsnames.ora file. My build command file looks as follows.
{
"target": "oracle_exec",
"selector": "source.plsql.oracle",
"variants":
[
{
"name": "hooey-davidh",
"dsn": "davidh/oracle@//hooey.mydomain.net/orcl"
}
]
}Thanks!
Metadata
Metadata
Assignees
Labels
No labels