Thx for your info.

I noticed that our setting has the following:

PROCEDURE modify_snapshot_settings(retention IN NUMBER DEFAULT NULL,
interval IN NUMBER DEFAULT NULL,
topnsql IN NUMBER DEFAULT NULL,
dbid IN NUMBER DEFAULT NULL
);

A snapshot appears to be taken every hour. How can this be based on the above procedure ?