-
Notifications
You must be signed in to change notification settings - Fork 349
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Precompiled Binaires Cx_Oracle bug #15
Comments
When I will have the time, I will push a ODAT docker instance in Docker Cloud. |
Solve cx_Oracle installationWhile trying to run the odat.py file and installing the cx_Oracle pip package ,always failed to get it installed
To fix this error all you have to do is to install the package with pip2.7 instead of pip ,the command as following :
Rerun the odat file again :
It works now 👍 issue solved ,happy hacking |
There seems to be a bug in the precompiled binaries that are provided for odat.
I believe it comes from oracle/python-cx_Oracle#49
When you use dbms_scheduler specifically, a boolean value is passed (auto_drop) and this is not properly handled by cx_Oracle, resulting in the following error message:
The text was updated successfully, but these errors were encountered: