This was cross posted to comp.lang.python because it would not let me
join here.  At any rate, I'm using engine.func.blah(1, 2, 3,
error ).execute() and get: sqlalchemy.exceptions.SQLError:
(DatabaseError) ORA-06572: Function blah has out arguments.

Anthing special I need to do to call an Oracle function via the func
method, which also has output parameters?  Are they even supported?

Function blah looks something like:
create or replace function blah( arg1 IN VARCHAR2(15), arg2 IN
INTEGER, arg3 IN INTEGER, arg4 OUT NOCOPY VARCHAR2 ) RETURN INTEGER
...


Greg


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to