[Twisted-Python] Calling Oracle stored procedure using adbapi

Glyph Lefkowitz glyph at divmod.com
Wed Jun 23 01:25:18 EDT 2004


On Tue, 2004-06-22 at 23:37, Faisal Shibley wrote:
> Hello Everybody,
> I have a stored procedure named test1() which I want to call from Twisted
> code using adbapi. Can anybody help me out with this problem. Some sample
> code could help me the best.

Faisal,

Please refer to the database db-api driver for oracle (Probably
DCOracle) for how to do this.  adbapi calls down directly into the
db-api driver you specify to it, so something like calling oracle stored
procedures is out of scope. 





More information about the Twisted-Python mailing list