Re: Run Oracle stored procedure without ODBC

2005-12-22 Thread hubbardmail
Try http://www.computronix.com/utilities.shtml Jason -- http://mail.python.org/mailman/listinfo/python-list

Re: Run Oracle stored procedure without ODBC

2005-12-22 Thread Jorge Godoy
"John61" <[EMAIL PROTECTED]> 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.

Run Oracle stored procedure without ODBC

2005-12-22 Thread John61
Is there a way to call a stored procedure on an Oracle database using Python with a runtime connection? -- http://mail.python.org/mailman/listinfo/python-list