SQLAlchemy and Oracle Functions?

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

    SQLAlchemy and Oracle Functions?

    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

Working...