Chris Cranford
unread,Mar 4, 2021, 2:10:15 PM3/4/21Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to debe...@googlegroups.com
We recently received a report about a redo SQL statement mined via
LogMiner that had no where clause, i.e.:
update "SCHEMA"."TABLE" set "COLA" = 'VAL1', "COLB" = 'VAL2';
Initially, my theory was a bulk update on a large number of rows might
have been why. The table in question here has over 96 million rows.
I've tested with a bulk update of a 1 million row data-set and I observe
a LogMiner DML entry for each of the 1 million rows modified, so I'm now
not entirely sure bulk operations are the root-cause. Milo / Andrey or
anyone else with more awareness of the intricate nuances of LogMiner
than I, can you think of any reason why we would see a LogMiner redo SQL
generated like this?
Thanks!
Chris