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 =3D ) made ODBC work =
on my
Suse Linux Enterprise 9 installation. I can access my database with =
unixODBC's=20
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 do***entation available from Oracle which explains =
installation
of ODBC under Linux? (I could not find any)
Andreas