How to execute stored procedure?

wittempj@hotmail.com martin.witte at gmail.com
Fri Jul 1 18:47:50 EDT 2005


db-api specifies a .callproc() method on a cursor object
(http://www.python.org/peps/pep-0249.html), cx_Oracle implements it
(http://starship.python.net/crew/atuining/cx_Oracle/html/cursorobj.html).
for me it works.




More information about the Python-list mailing list