Friday 16 March 2012

Python Cx_oracle ImportError "libclntsh.so.11.1"

I started to use cx_oracle module for inserting data to oracle. I get error below if i put related script to cron. 
"ImportError: libclntsh.so.11.1: cannot open shared object file: No such file or directory"
 For solution you can run command like below in cron
 
* * * * * (/bin/ksh;export LD_LIBRARY_PATH=/usr/lib/oracle/11.2/client64/lib/;/usr/local/smthng.py)