"John61" <wanghaodong@ya hoo.com> writes:
[color=blue]
> Is there a way to call a stored procedure on an Oracle database using Python
> with a runtime connection?[/color]
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.
Comment