Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Write my own Pure Python Oracle DB Module?

TaylorSMarksFeb 19 2016 — edited Feb 22 2016

I'd like to get my Python application to send a few commands to an Oracle DB.

As often ends up being case when it comes to Windows and Python modules written in C, cx_Oracle isn't installing properly. Even when I install it with the wheel, I'm still getting a

ImportError: DLL load failed: %1 is not a valid Win32 application.

Even if cx_Oracle were to suddenly work, the requirements list would strike me as too long and fragile.

So I'd like to write my own Pure Python Oracle DB module instead. I'm not planning on implementing everything in it - just some basic CRUD. Does anyone know where the protocol is documented? Or has anyone else already done (or started) something similar?

This post has been answered by Christopher Jones-Oracle on Feb 21 2016
Jump to Answer

Comments

Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Mar 21 2016
Added on Feb 19 2016
3 comments
1,762 views