Skip to content Skip to sidebar Skip to footer

Amazon Python 2.7 Lambda: Dpi-1047: 64-bit Oracle Client Library Cannot Be Loaded: "libclntsh.so"

This article was the closest to what I experienced: Connecting to Oracle RDS using AWS Lambda using Python. However, after following all of the steps, I am unable to get a successf

Solution 1:

So I finally got it working. I re-downloaded the instantclient-basic-linux.x64-12.2.0.1.0.zip from Oracle: http://www.oracle.com/technetwork/topics/linuxx86-64soft-092277.html. I copied the files into the ~/oracle_connect/lib folder. I changed my symlinks to /var/task/lib/(filename) instead of the relative path, and removed the lambda environment variables. Everything works now.


Post a Comment for "Amazon Python 2.7 Lambda: Dpi-1047: 64-bit Oracle Client Library Cannot Be Loaded: "libclntsh.so""