Run Oracle stored procedure without ODBC

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • John61

    #1

    Run Oracle stored procedure without ODBC

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


  • Jorge Godoy

    #2
    Re: Run Oracle stored procedure without ODBC

    "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.

    --
    Jorge Godoy <godoy@ieee.org >

    Comment

    • hubbardmail@gmail.com

      #3
      Re: Run Oracle stored procedure without ODBC

      Try http://www.computronix.com/utilities.shtml

      Jason

      Comment

      Working...