Installation of Oracle with unixODBC -
01-13-2008
, 04:43 AM
Hi,
at least since Oracle 10.2.0 the Oracle Linux distribution contains an ODBC
driver which works with unixODBC. After installation of the Oracle Enterprise
Edition, the driver can be found at
$ORACLE_HOME/lib/libsqora.so.10.1
Simply using this library in odbcinst.ini (Driver = ) made ODBC work on my
Suse Linux Enterprise 9 installation. I can access my database with unixODBC's
isql odbc worksheet and query the database.
Part of my own software does not work and causes segmentation faults when
calling SQLExecute. Thus my question is:
Is there any documentation available from Oracle which explains installation
of ODBC under Linux? (I could not find any)
Andreas |