> 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
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to