-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fails to run on UNIX/Mac systems #9
Comments
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. |
Yes, that is correct! Points 1 and 2 are configuration steps for the Oracle Instant Client. |
Thanks for your quick reply. |
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.
davidhooey@f483d71
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!
The text was updated successfully, but these errors were encountered: