>
>
> - Write an Erlang port program to use OCI8 and connect to Oracle.
>
Yes, do it as a port program using OCI and let erlang handle a pool of
OCI clients if you have multiple erlang users of the DB.
It is quite straight forward and will take you about a week or two.
OR use the ODBC stuff.
(I haven't managed this on Unix platforms. I didn't try that hard
though ...)
/Per