JDBC and Nested Tables
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.