cx-Oracle 8.3.0
0
Python interface to Oracle
Contents
Python interface to Oracle
Stars: 887, Watchers: 887, Forks: 361, Open Issues: 27The oracle/python-cx_Oracle
repo was created 7 years ago and the last code push was 2 months ago.
The project is popular with 887 github stars!
How to Install cx-oracle
You can install cx-oracle using pip
pip install cx-oracle
or add it to a project with poetry
poetry add cx-oracle
Package Details
- Author
- "Anthony Tuininga",
- License
- BSD License
- Homepage
- https://oracle.github.io/python-cx_Oracle
- PyPi:
- https://pypi.org/project/cx-Oracle/
- Documentation:
- http://cx-oracle.readthedocs.io
- GitHub Repo:
- https://github.com/oracle/python-cx_Oracle
Classifiers
- Database
Related Packages
Errors
A list of common cx-oracle errors.
Code Examples
Here are some cx-oracle
code examples and snippets.
GitHub Issues
The cx-oracle package has 27 open issues on GitHub
- ImportError: dynamic module does not define module export function (PyInit_cx_Oracle)
- ImportError: ld.so.1: python2.7: wrong ELF class: ELFCLASS64
- Failures with NCLOB text containing four byte Unicode emoji
- ORA-29275 is occurring when referencing a record using cx_oracle.
- cursor.execute() hangs on a statement without propagating ORA-01652