Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: archiving records
On 28 Aug 2006 02:50:57 -0700, "Daud" <daud11_at_hotmail.com> wrote:
>Actually, I have over simplified the code too much. Here a slight
>modification to it.
>My concern is whether I have archived the same rows that have been
>deleted from the primary table. Assume that no new rows with colA =
>'ABC' will be inserted/updated when the code runs.
>
>Daud
Yes, *exactly*, 'assume'! *NO* guarantee whatsoever
as
a) you don't lock the table
b) you break up your *logical* transaction into multiple *physical*
transactions
Basic violations against the ACID concept.
Please do not top post.
-- Sybrand Bakker, Senior Oracle DBAReceived on Mon Aug 28 2006 - 05:05:18 CDT