parameterMap for Oracle's "select * from Table(f(x))"

2005-11-04 Thread Balayn, Anna
Title: parameterMap for Oracle's "select * from Table(f(x))" Can someone help? I am having a problem executing the following statement with queryWithRowHandler(): rmap" parameterMap="pmap">     select * from TABLE (func(?)) This is working fine: rmap" parame

Looking for sample code for processing result set returned as Ref Cursor (Oracle)

2005-11-02 Thread Balayn, Anna
Title: Looking for sample code for processing result set returned as Ref Cursor (Oracle) I am trying to use IBATIS with Oracle stored procedures.  We have many procedures that return Ref Cursor as an OUT parameter.  It seems that there is a way to process a Ref Cursor but I can't fi