Can we connect to oracle database using python in linux without "cx_Oracle" library. We have a restriction of installing "Oracle Instant client which is mandatory required for cx_oracle library" .
We are getting below error while trying to connect to oracle database using "cx_Oracle"
Error: cx_Oracle.DatabaseError: DPI-1047: Cannot locate a 64-bit Oracle
Client library: "libclntsh.so: cannot open shared object file: No such
file or directory"
Please suggest if there is any way to connect to oracle without "cx_oracle" and without installing Instant client