Does anyone know if there is a way to sort the results of a cursor? When I include an ORDER BY statement in the cursor SQL, it seems to be ignored. The records seem to be returned in the physical order that they occur in the database. This is not necessarily the order they were entered or any other logical order.
In this particular case, it is important to me that I be able to process the cursor results in a certain order.
By the way, I'm using Oracle 8i. Thank you for any thoughts on this issue.
In this particular case, it is important to me that I be able to process the cursor results in a certain order.
By the way, I'm using Oracle 8i. Thank you for any thoughts on this issue.