I am attempting to connect to an external Oracle database using cx_Oracle on PythonAnywhere.com.
I have followed the instructions available on Oracle's website, GitHub, StackOverflow and the python anywhere forum but struggle to resolve the issue 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".
The main instructions I followed were https://www.oracle.com/au/database/technologies/instant-client/linux-x86-64-downloads.html but it is unclear how I complete this task as a Python Anywhere user.
I have uploaded and unzipped the instant client files and tried every which way to get $LD_LIBRARY_PATH to do something but, to be honest, it isn't fully making sense.
Any help would be greatly appreciated.