We're trying to connect to Oracle DB in CA Jupyter notebook
In the container ''ca_jupyter-.......' we've got:
/etc/odbcinst.ini
[OracleCA]
Driver=/usr/lib/x86_64-linux-gnu/odbc/liboraodbcS.so
/etc/odbc.ini
[AMSDWHC]
Driver=OracleCA
DSN=OracleCA
ServerName=AMSDWHC
UserID=""
Password=""
/home/ca_user/.tnsnames.ora
AMSDWHC = (DESCRIPTION = (ADDRESS_LIST = (ADDRESS = (PROTOCOL = TCP)(HOST = ...)(PORT = 1521))) (CONNECT_DATA = (SERVICE_NAME = AMSDWHD)))
then
isql -v AMSDWHC
[IM004][unixODBC][Driver Manager]Driver's SQLAllocHandle on SQL_HANDLE_HENV failed
[ISQL]ERROR: Could not SQLConnect
Similar error from R with packages DBI and odbc or RODBC
Installation of the Oracle instant_client led to other errors like libaio.so.1, libclntsh.so.21.1 and libclntshcore.so.21.1 missing
------------------------------
Thomas Strehl
------------------------------