Hi,
My java program will call a PL/SQL(via jdbc) which will return result in cursor ( ref cursor type ). I would like to know is there any system variable or attribute that will keeps the total record in the cursor, without doing any looping of the cursor in the java program. Thanks.