hi

I am writing a cursor which will fetch and execute records in a sequential way '

for example First 10 records from a table and then next 10 records and then another 10 , at any given point of time can i get back to the previous records in a cursor.

Thanks in advance