Run Oracle stored procedure without ODBC

Jorge Godoy godoy at ieee.org
Thu Dec 22 19:52:34 EST 2005


"John61" <wanghaodong at yahoo.com> writes:

> Is there a way to call a stored procedure on an Oracle database using Python 
> with a runtime connection? 

There seems to be a cxOracle (something like that) module that allows
connecting to Oracle.  With it you can connect and call the stored procedure. 

-- 
Jorge Godoy      <godoy at ieee.org>



More information about the Python-list mailing list