Oracle OEM Data Movement
Today I used OEM to delete some replication errors, when an error was deleted it displayed a list of deferred transactions and I accidentally deleted some of these also, but whilst the OEM showed 0 errors, the output of select count(*) from deferr showed 8 errors. Only when I logged off OEM did the error count go to 0, indicating that the commit only happened when I logged off. As the deferred transactions were probably pushed before I logged off hopefully I did not actually delete any deferred transactions at all. Any comments?
0