Executing pl/sql script File in python without sqlclient

Joseph L. Casale jcasale at activenetwerx.com
Fri Apr 25 07:44:26 EDT 2014


> Is there a way to execute pl/sql Script files through Python without sqlclient.

https://code.google.com/p/pypyodbc/ might work for you...

> i have checked cx_oracle and i guess it requires oracle client, so is there a way to execute without oracle client.

Right, as the name implies it uses the oci interface and hence needs that library available.

jlc



More information about the Python-list mailing list