Posted By:
Ramesh_Jonnadula
Posted On:
Monday, March 26, 2001 02:24 PM
As far as I know, we can't access PL/SQL table from JDBC as there is no corresponding datatype in Types class. Some vendors do provide extra datatypes that only work in their database drivers, like OracleTypes.CURSOR. As a workaround, You could open a cursor against the PL/SQL table and return that cursor as OracleTypes.CURSOR
Ramesh