I have setup the cx_Oracle and i could query the data thru the custom django-admin command.
- Python – Install cx_Oracle
- Django – Create custom django-admin command
- Django – Schedule django-admin command using django-chronograph
But when i try to schedule the custom command using django-chronograph. It throws the following error.
Traceback (most recent call last):
File "query.py", line 7, in ?
import cx_Oracle
ImportError: libclntsh.so.11.1: cannot open shared object file: No such file or directory