Hi,
I haven't been able so far to scroll a result set returned from an Oracle stored procedure.
This feature works well with a regular JDBC Statement but it doesn't seem to work using a CallableStatement.
Any help would be appreciated.
Thank you very much
Didier
Hi,
With PL/SQL I would like to:
1. retrieve a subset of rows ( ... sum(xxx) ... group by )
2. look up for one specific record in this subset
3. read N records after the retrieved record
4. return the result so I can read the records using
a Java 'CallableStatement'
I know how to get the...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.