Blog Archives

SQLAlchemy for Oracle ORM in Python

smilingpythonHi there,

I am trying to learn Python for some daily scripting activities on Oracle databases. I hope you all familiar with ORM tools available for other programming languages. I have already found a very developer friendly ORM tool for Python called SQLAlchemy. In this post you will find a basic usage of this tool to write better Oracle-Python codes. We will be going through the answer of a simple question:

How to compute an ASM Diskgroup Read Rate?

with my special thanks to Anil Chalil…