Hi
My need is to populate data on to a browser from oracle wherein i have used a stored procedure in oracle. The stored procedure returns MORE THAN A SINGLE(ONE) ROW. How do i achieve it . The procedure uses a pl/sql table to hold the related data. The data from pl/sql table has to be passed as a parameter to java and display the contents instead of using direct select statements in JAVA.

Help me out