Below query is showing AWR report which is consuming more CPU more than 90% DELETE FROM SYS.STREAMS$
Below query is showing AWR report which is consuming more CPU more than 90%
DELETE FROM SYS.STREAMS$_APPLY_PROGRESS WHERE APPLY#=:1 AND ((LENGTH(COMMIT_PO SITION) < LENGTH(:2)) OR ((LENGTH(COMMIT_POSITION) = LENGTH(:2)) AND (COMM IT_POSITION < :2))) ,
We are facing 3-4 hours lag at target end , is there any possibility that due to this query , replicat process can get slow?