Does anyone know how to connect to oracle from an erlang client in linux? I guess ODBC drivers are required.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
According to the Erlang documentation ODBC is the way to go.
There is an Erlang ODBC API which “should run on all Unix dialects including Linux…. But currently it is only tested for Solaris, Windows 2000, Windows XP and NT”. Find out more.
There are ODBC drivers for Linux. If you’re lucky your distro will already have one installed. Find out more.