-
Sep 9th, 2010, 06:24 AM
#1
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
-
Sep 23rd, 2010, 04:57 PM
#2
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.
-
Sep 24th, 2010, 09:31 AM
#3
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules