On Wed, Mar 8, 2017 at 6:21 AM, Robert James Liguori <gliesia...@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 -- https://mail.python.org/mailman/listinfo/python-list