question about loops
I was wondering how i could re-enter into a loop when a not_data_found exception is thrown.
In my code i open a cursor and loop through the results. The only problem is that i do not know how to handle a no_data_found exception correctly. I would like to ignore this exception and advance the cursor to the next record and continue on within the loop.