Skip to content
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

Use successor Oracle DB Python driver python-oracledb instead of the old cx-Oracle #264

Closed
gvenzl opened this issue Nov 9, 2022 · 3 comments

Comments

@gvenzl
Copy link
Contributor

gvenzl commented Nov 9, 2022

Back in May 2022, Oracle superseded cx-Oracle with python-oracledb, see the release notes.

The really nice thing about that is that python-oracledb is not only the successor of cx-Oracle with a better name, but it's also a thin driver, meaning that users no longer have to install any additional binaries or libraries, making it much, much easier for users to just install the driver and connect to an Oracle database.

@bellaabdelouahab
Copy link

Thank you for the information; it will undoubtedly help the project in deployment.

@tillahoffmann
Copy link
Collaborator

Thanks for the note. It looks like sqlalchemy doesn't support python-oracledb out of the box yet. But we can switch over once sqlalchemy 2.x is released.

@alexanderankin
Copy link
Collaborator

this has been implemented with the merge of @gvenzl's PR #363

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants