[Haskell-cafe] Access to Oracle database from Haskell

John Goerzen jgoerzen at complete.org
Thu Jun 26 11:30:08 EDT 2008


Henning Thielemann wrote:
> On Wed, 25 Jun 2008, John Goerzen wrote:
> 
> $ iodbctest NMR2
> iODBC Demonstration program
> This program shows an interactive SQL processor
> Driver Manager: 03.52.0607.1008
> 1: SQLDriverConnect = [iODBC][Driver Manager]/usr/lib/oracle/10.2.0.4/client/lib/libsqora.so.10.1: undefined 
> symbol: _tcsnccmp (0) SQLSTATE=00000
> 2: SQLDriverConnect = [iODBC][Driver Manager]Specified driver could not be loaded (0) SQLSTATE=IM003
> 
> 
> What is _tcsnccmp and where can I get it from? I hope it is nothing 
> Windows specific.

I don't know, but it could be that you are missing some Oracle
libraries, or that your Oracle library location isn't on your
LD_LIBRARY_PATH or /etc/ld.so.conf path.   Since this isn't a
Haskell-specific problem, I'd suggest you check it out on the Oracle,
unixODBC, or iODBC groups.

-- John


More information about the Haskell-Cafe mailing list