[erlang-questions] Erlang and Oracle

T Ty tty.erlang@REDACTED
Thu Oct 23 17:34:29 CEST 2014


Hello,

Has anyone worked with connecting Erlang to Oracle 12 ?

I tried unixODBC on RH 5 and get a memory allocation exception,
 {port_exit,memory_allocation_failed}, when doing a "select * from
employee" as per

http://www.erlang.org/documentation/doc-1/apps/odbc/getting_started.html#id59381

odbc:param_query isn't supported and odbc:insert does not cleanly update
the table if following the example.

However if I create the table in sqlplus followed by an insert from Erlang
odbc it works. The select still doesn't.

Given that isql and sqlplus works just fine this leads me to believe the
issue is with the Erlang ODBC port driver.


I am open to using Erlang/OCI if folks have better experience with it.

Thanks, /t
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20141023/268aa0b3/attachment.htm>


More information about the erlang-questions mailing list