[erlang-questions] Erlang and Oracle

Andre Graf andre.graf@REDACTED
Thu Oct 23 18:18:34 CEST 2014


Hi there,

I know the guys at K2Informatics use the
https://github.com/k2informatics/erloci project heavily in production.

Cheers
Andre


On 10/23/2014 05:34 PM, T Ty wrote:
> 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
> 
> 
> _______________________________________________
> erlang-questions mailing list
> erlang-questions@REDACTED
> http://erlang.org/mailman/listinfo/erlang-questions
> 




More information about the erlang-questions mailing list