3

On OS X should my ORACLE_HOME env variable be...

/usr/local/oracle

or...

/usr/local/oracle/instantclient_10_2
Ethan
  • 57,819
  • 63
  • 187
  • 237

3 Answers3

3

It should be set to the value of the directory that contains your \bin directory, which in your case I believe would be /usr/local/oracle/instantclient_10_2.

razlebe
  • 7,134
  • 6
  • 42
  • 57
0

Set it to /usr/local/oracle and everything is working now. Don't know if that means /usr/local/oracle is necessarily correct.

Ethan
  • 57,819
  • 63
  • 187
  • 237
0

If you follow the instructions here:

installing Oracle Instantclient on Mac OS/X without setting environment variables?

you won't need to set any environment variables. Its nice not to have to worry about it!

Community
  • 1
  • 1
Mark Harrison
  • 297,451
  • 125
  • 333
  • 465