i had create a simple stored procedure(function) in the database and i had go through this website http://www.enterprisedt.com/publications/oracle/result_set.html At first, i was running fine at the sqlplus... but when i wan to implement to my jsp page.. i enounter some errors. I follow through the steps in the site. Got one kind of error which is this line : stmt.registerOutParameter(1, OracleTypes.CURSOR);
It states that OracleTypes is a undefined variable or class... do i need to import anything?? anyone can help?? Thanks alot.. I appreciate it.