Invoking a PL/SQL function from EclipseLink

Posted by Mark Robinson on Stack Overflow See other posts from Stack Overflow or by Mark Robinson
Published on 2010-06-07T21:15:28Z Indexed on 2010/06/07 23:02 UTC
Read the original article Hit count: 307

Filed under:
|
|
|

I'm trying to execute a PL/SQL function in EclipseLink which uses Oracle Specific types(eg. Boolean).

I've tried using PLSQLStoredProcedureCall which complains that I'm not executing a procedure and I have tried using StoredFunctionCall but that returns

PLS-00382: expression is of wrong type

Has anyone developed a solution to invoke functions in EclipseLink with Oracle Types? I have heard that it would be possible to extend StoredFunctionCall but I'd rather leverage existing functionality as much as possible.

© Stack Overflow or respective owner

Related posts about Oracle

Related posts about jdbc