[Haskell-cafe] Access to Oracle database from Haskell

Paul Moore p.f.moore at gmail.com
Sat Jun 21 07:18:29 EDT 2008


2008/6/20 Alistair Bayley <alistair at abayley.org>:
> Having just taken a closer took at what Oracle Instant Client is, I
> suspect that you might have some trouble getting Takusen to compile
> against it. The Instant Client lacks header files, while Takusen's FFI
> imports specify oci.h. I don't know what happens if ghc can't find the
> header files. Oracle do state that the Instant Client is for
> deployment only; developers (that means you) will need the full client
> installation.

There's an additional download for the Instant Client which includes
the OCI headers.

Paul.


More information about the Haskell-Cafe mailing list