<div dir="ltr"><div class="gmail_extra">Hello,</div><div class="gmail_extra"><br></div><div class="gmail_extra">Has anyone worked with connecting Erlang to Oracle 12 ? </div><div class="gmail_extra"><br></div><div class="gmail_extra">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 </div><div class="gmail_extra"><br></div><div class="gmail_extra"><a href="http://www.erlang.org/documentation/doc-1/apps/odbc/getting_started.html#id59381">http://www.erlang.org/documentation/doc-1/apps/odbc/getting_started.html#id59381</a></div><div class="gmail_extra"><br></div><div class="gmail_extra">odbc:param_query isn't supported and odbc:insert does not cleanly update the table if following the example.</div><div class="gmail_extra"><br></div><div class="gmail_extra">However if I create the table in sqlplus followed by an insert from Erlang odbc it works. The select still doesn't.</div><div class="gmail_extra"><br></div><div class="gmail_extra">Given that isql and sqlplus works just fine this leads me to believe the issue is with the Erlang ODBC port driver.</div><div class="gmail_extra"><br></div><div class="gmail_extra"><br></div><div class="gmail_extra">I am open to using Erlang/OCI if folks have better experience with it. </div><div class="gmail_extra"><br></div><div class="gmail_extra">Thanks, /t</div></div>