I am trying to call an Oracle function (that does not take any
parameters) and returns a result set. Here is the code I used:
s = select(["*"], from_obj=[func.aaa_test()], bind=engine)
However, when I issue this I get the following error:
DatabaseError: (DatabaseError) ORA-04044: procedure, function,
package, or type is not allowed here
'SELECT * FROM aaa_test' {}
How can I rework this?
Dan
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"sqlalchemy" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---