Oracle Database

Chris Angelico rosuav at gmail.com
Tue Mar 7 14:34:27 EST 2017


On Wed, Mar 8, 2017 at 6:21 AM, Robert James Liguori
<gliesian66 at gmail.com> wrote:
> What is the easiest way to connect to an Oracle Database using python in order to run queries?

There's a Python package called cx_oracle that provides a standardized
interface. You can run queries using that.

https://pypi.python.org/pypi/cx_Oracle

ChrisA



More information about the Python-list mailing list