Easysoft
The Easysoft ODBC-Oracle Driver version 3.0 is our fastest driver ever. Trial it free.

Easysoft ODBC-Oracle Driver

When do I get error "[EasySoft]ORACLE_HOME not defined Error 69"?

Article : 00715
Last Reviewed : 14th February 2006
Revision : 1

This is because you haven't set your ORACLE_HOME environment. This should be set to the directory in which you have installed your client libraries e.g.

#for ORACLE_HOME
ORACLE_HOME=/home/oracle/OraHome1

Note If you are using the Instant Client, you will need to set LD_LIBRARY_PATH instead of ORACLE_HOME. Set LD_LIBRARY_PATH to specify the location where the Instant Client is installed. For example:

LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/instantclient
export LD_LIBRARY_PATH

There are other environments that you will probably also need to set:

#for Easysoft
EASYSOFT_HOME=/usr/local/easysoft
export EASYSOFT_HOME

#for libclntsh.so
LD_LIBRARY_PATH=LD_LIBRARY_PATH:$ORACLE_HOME/lib
export LD_LIBRARY_PATH

#for libodbcinst.so
LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$EASYSOFT_HOME/unixODBC/lib
export LD_LIBRARY_PATH

#for isql
PATH=$PATH:$EASYSOFT_HOME/unixODBC/bin
export PATH

Please be aware that the command LD_LIBRARY_PATH will be different across the various flavors of Unix and also the file extensions will differ.

Applies To

Knowledge Base Feedback

* Did this content help you?
Yes
No
Maybe
 
* Please select one option based on your first choice:
I'm very satisfied
I think it will help, but I haven't tried it yet
It is helpful, but I need more information
It is helpful, but hard to understand
Seemed relevant in search results, but didn't help me
The information is incorrect
The page contains one or more broken links
 
  Suggest new content or let us know how we can improve this content:

 
  (* Required Fields)   



© 1993 - 2008 Easysoft Limited. All rights reserved.