Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> SELECT and read-consistentcy
Hello,
We have an application that archives and optionally deletes large data sets based on user-defined filters (for example, all entities in this date range, etc.). Is there anything wrong with this pseudo-code:
SELECT all entities in the filter range
rowsArchived = 0
FOREACH row
Thanks for your help and sorry if this is Oracle 101.
Tony Rozga Received on Thu Jul 29 1999 - 10:38:53 CDT
![]() |
![]() |