SQLAlchemy and Oracle Functions?

Greg Copeland gtcopeland at gmail.com
Thu Mar 8 16:11:00 EST 2007


I have  a need to call an Oracle function, which is not the same thing
as a stored procedure.  Can SQLAlchemy do this directly?  Indirectly?
If so, an example would be appreciated.  If not, how do I obtain the
raw cx_Oracle cursor so I can use that directly?

Thanks,

Greg




More information about the Python-list mailing list