Results 1 to 3 of 3

Thread: Multiple Return Cursors from Oracle Stored Procedure

  1. #1

    Default Multiple Return Cursors from Oracle Stored Procedure

    Hi

    I have a situation, where I need to handle 6 returns from an Oracle 11g R2 Stored procedure, out of which three are Oracle cursors.

    I am using Groovy / Grails.

    Looking for some ideas and suggestions.

    Thanks

  2. #2
    Join Date
    Jun 2010
    Location
    London
    Posts
    304

    Default

    I suspect you will have to fall back to plain JDBC for that. You might be able to use native Hibernate as well, but I'm not sure whether that would be worth the effort. Try searching for "Hibernate stored procedure" on the web.

  3. #3

    Default

    Thanks Peter.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •