Use Python for PL/SQL operations in Oracle
Database.
By Blaine Carter
November/December 2018
After you’ve gotten the hang of performing basic create, retrieve, update, delete
(CRUD) operations with the cx_Oracle driver for Python, you’re
ready to start tapping into some of the real power of Oracle
Database.
Python is an excellent language for most things you want your
application to do, but when you’re processing data, it just goes
faster if you do the work where the data is. This...