Skip to Main Content

Java and JavaScript in the Database

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

JDBC and Nested Tables

23260Apr 1 2003
I have a stored procedure that returns a REF cursor. One of the columns in the cursor is a Nested Table and this Nested Table contains another Nested Table.

I have written java code that retrieves Nested Tables from a REF cursor which is working fine to retrieve the toplevel Nested Tables in a REF cursor, however the Oracle is not returning Nested Table inside the toplevel Nested Table.

I appreciate any help regarding this scenario.

Thanks,
Srini.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Apr 29 2003
Added on Apr 1 2003
0 comments
254 views