I have written a procedure in oracle which goes a below
Now I am calling this procedure in
java class file
While I execute the proc in sql console i get all the multiple records. Where as i while i try to display it in front end i get the error
Error :java.sql.SQLException: Invalid column index
Please let me know how to retrieve multiple records from proc in java. Am i doing wrong in the above code..please let me know