Hello
When i mine from v$logmnr_contents i get some oracle internal statements like
select * from "SYS"."DUAL" where ROWID = 'AAAADeAABAAAAZSAAA' for update;

update "SYS"."SEQ$" set "INCREMENT$" = '1', "MINVALUE" = '1', "MAXVALUE" = '99999999999999999999', "CYCLE#" = '0', "ORDER$" = '0', "CACHE" = '20', "HIGHWATER" = '73', "AUDIT$" = '--------------------------------', "FLAGS" = '0' where "INCREMENT$" = '1' and "MINVALUE" = '1' and "MAXVALUE" = '99999999999999999999' and "CYCLE#" = '0' and "ORDER$" = '0' and "CACHE" = '20' and "HIGHWATER" = '53' and "AUDIT$" = '--------------------------------' and "FLAGS" = '0' and ROWID = 'AAAABDAABAAAAHzAAb';

Why such statements are coming and how do i avoide it? It wont popup every time.