How to fix: cx_Oracle.DatabaseError: DPI-1047: Cannot locate a 64-bit Oracle Client library - Python
问题 I am establishing a connection to oracle 11g which is in a remote server using cx_oracle 7 with python 3.6.7. my OS in Ubuntu 18.04 I have installed oracle instant client library with libclntsh.so but I am not getting the expected output. here is the code which i am using to connect to the oracle db connection = cx_Oracle.connect("username/password@host/port") print (connection.version) connection.close() when the script runs i expect to get the connection version instead i am getting the