Hi,

We're using Spring StoredProcedure to call Oracle Stored Procs that return REF_CURSOR.

I understood that Spring would do the grunge work of closing cursors, connections etc.

But I see that the cursors remain open in Oracle and at some point my application runs into the "max open cursors exceed..." problem.

Pls help to resolve this issue.

Thanks,