Hi Chris
From the Oracle DBA
"To answer your questions: the statspack snapshot level that is used in FSPRDTM is 7 (slightly higher than the default level 5) and the hardware is definitely not saturated - we don't have any issues with memory/cpu utilisation on the server.
We don't think this comment on the Debezium support forum is relevant to the issue with CDC delays. The statspack snapshots are collected every 30min and that collection is not causing any issues for CDC. The issue occurs when the cronjob to purge the old statspack snapshot runs (it used to be at 8am, now at 1am). As discussed before, that cronjob runs just for 2-3 minutes, but it generates about 6GB of archive logs, which apparently slows down the Logminer processing, although it shouldn't even look for the changes in tables in the PERFSTAT schema that are used by Statspack. We have to run this purging cronjob, otherwise that tablespace would grow very fast. I mentioned before that we can change this cronjob to run weekly (e.g. 1am on Sundays) instead of daily, but in that case it would generate even more changes when it runs, so not sure if that would help."
Question - if we explicitly exclude the
PERFSTAT schema would that make a difference?
Neven