Yes, this is possible. At this point, the components to do it are still a bit fluid.
I have a need to do this, too, so am trying to document how it all works. If you are interested in helping, there are a couple of threads that may be of interest to you: http://www.mail-archive.com/[email protected]/msg00411.html http://www.mail-archive.com/[email protected]/msg00269.html They are related to using oracle ref cursors with iBATIS. It looks like a couple of guys have gotten it working, and so it looks doable. Take a look, and see what you think of them. Also, if you (or anyone else) has time to help out with making this a more stable and documented pattern, it would be *greatly* appreciated. Anyone interested in helping with this can add to the wiki at: http://wiki.apache.org/ibatis/Database_20Specific_20Information Larry On Fri, 07 Jan 2005 17:28:11 -0300, Hernan BOYKIER <[EMAIL PROTECTED]> wrote: > I'm trying to migrate from a legacy framework to iBatis. > The problem that I have is that all my business logic is written in Oracle > Stored Procedures. > They return a lot of parameters as Ref Cursors and with User Types. > Is it possible to handle this procedures with iBatis SQL Maps? > > Thanks, Hernan

