Hi. I’m having trouble getting tap-oracle to work....
# plugins-general
b
Hi. I’m having trouble getting tap-oracle to work. I’m getting this error when running an ELT job (tap-oracle to target-postgres) using the Meltano docker container: 2022-08-29T142050.941981Z [info ] CRITICAL DPI-1047: 64-bit Oracle Client library cannot be loaded: “libclntsh.so: cannot open shared object file: No such file or directory”. See https://oracle.github.io/odpi/doc/installation.html#linux for help name=tap-oracle stdio=stderr type=discovery Any help would be appreciated,
c
Sounds like your Oracle Instant Client installation is not working. It is worth noting that the default variant of
tap-oracle
(pipelinewise) is depending on an old cx_Oracle (version 6.1), which may not help in getting this configured.