SQLAlchemy and Oracle Functions?

Greg Copeland gtcopeland at gmail.com
Thu Mar 8 16:19:45 EST 2007


I'm using SQLAlchemy and have a need to call an Oracle function; which
is not the same as a stored procedure.  Can this be done directory or
indirectly with SQLAlchemy?  If so, can someone please provide an
example?  If not, how do I obtain the raw cx_Oracle cursor so I can
use callfunc directly on that?

Thanks,

Greg




More information about the Python-list mailing list