Open davidhooey opened 11 years ago
Sorry for the late answer.
I only use Oracle on a Windows box, so I've no idea what to do on other OS to make it works. But doesn't the point 1 and 2 be addressed from outside ST ? Or don't you have to do this for every application that use Oracle client ?
Yes, that is correct! Points 1 and 2 are configuration steps for the Oracle Instant Client.
Thanks for your quick reply. So basically the only thing to change is the sqlplus binary name ? And add the configuration steps to the readme.
Yes, however there is still the issue with the USER_ERRORS which I have not figured out yet. I can test some more and see if I can figure it out.
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.
https://github.com/davidhooey/OracleSQL/commit/f483d71de35be267c30cac2a4fb7eaafb98656de
Basically four things that needed to be done.
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.
Thanks!