python - cx_oracle unable to find Oracle Client -


i have installd python 2.7.3 on linux 64 bit machine. have oracle 11g client(64bit) installed. , set oracle_home, path, ld_library_path, , installed cx_oracle 5.1.2 version python 2.7 & oracle 11g. ldd command on cx_oracle unable find libclntsh.so.11.1.

i tried creating symlinks libclntsh.so.11.1 under /usr/lib64, updated oracle.conf file under /etc/ld.so.conf.d/. tried possible solutions have been discussed on issue on forums, no luck. please let me know missing.

the issue me installed python, cx_oracle root oracle client installation done "oracle" user. got own oracle installation , fixed issue.

later ran pyunicodeucs4_decodeutf16 issues python , had install python —enable-unicode=ucs4 option


Comments

Popular posts from this blog

stringtemplate - StringTemplate4 if conditional with length -

shader - OpenGL Shadow Map -