astonishing-byte-5433
03/22/2022, 5:26 PMCannot locate a 64-bit Oracle Client library: "libclntsh.so: cannot open shared '
'object file: No such file or directory"
Thanks for your helporange-night-91387
03/22/2022, 7:11 PMastonishing-byte-5433
03/23/2022, 8:08 AMorange-night-91387
03/23/2022, 3:18 PMastonishing-byte-5433
03/24/2022, 10:53 AMdocker exec -u 0 -it datahub-datahub-actions-1 bin/bash
⢠Afterwards I installed the cx_Oracle package and the oracle client:
python3 -m pip install cx_oracle
apt-get install libaio1
mkdir /opt/oracle
cd /opt/oracle
wget <https://download.oracle.com/otn_software/linux/instantclient/215000/instantclient-basic-linux.x64-21.5.0.0.0dbru.zip>
unzip instantclient-basic-linux.x64-21.5.0.0.0dbru.zip
sh -c "echo /opt/oracle/instantclient_21_5 > /etc/ld.so.conf.d/oracle-instantclient.conf"
ldconfig
-> UI Ingestion with Oracle worked
Side note: Doing this manually will remove the client everytime you restart the datahub quickstartorange-night-91387
03/24/2022, 3:44 PM