I'm having trouble getting Stata14 to connect to an Oracle DB over ODBC.
I'm running Ubuntu 14.04 in a virtual machine. Oracle Instant Client is installed and I can connect to my DB in SQLPLUS. UnixODBC is installed and the ODBC driver and DSN is set up, and I can succesfully query the DB using iSql.
When I start Stata and do "odbc list" I get
"The function SQLDataSources could not be found in libiodbc.so, therefor some ODBC services may be unavailable".
r(680)
I've switched the odbcmgr to unixodbc, but I still get an error - r(680) - but not error message.
If I go to File -> Import -> ODBC data source there is nothing displayed in the ODBC data sources box.
Can anyone point me in the right direction to solve this?
I'm running Ubuntu 14.04 in a virtual machine. Oracle Instant Client is installed and I can connect to my DB in SQLPLUS. UnixODBC is installed and the ODBC driver and DSN is set up, and I can succesfully query the DB using iSql.
When I start Stata and do "odbc list" I get
"The function SQLDataSources could not be found in libiodbc.so, therefor some ODBC services may be unavailable".
r(680)
I've switched the odbcmgr to unixodbc, but I still get an error - r(680) - but not error message.
If I go to File -> Import -> ODBC data source there is nothing displayed in the ODBC data sources box.
Can anyone point me in the right direction to solve this?
Comment