After running Oracle Stats, the Paging space IR’s indicating usage >80%.
DBA found that the Oracle process was holding onto the paging memory and unable to release the duplicate paging memory from the OS side.
We would like to know the difference between the Clarity Oracle Table Analyze job and running Oracle Stats directly on the database for performance.
Clarity - All Supported Releases with Oracle 19
Running Oracle statistics with histogram data enabled (method_opt=> 'FOR ALL COLUMNS SIZE AUTO') may lead to increased I/O consumption and higher paging memory usage in some environments. This is due to the more detailed statistical information collected, which can be resource-intensive.
Context:
Recommendations:
Information on the Oracle Stats Options
method_opt=> 'FOR ALL COLUMNS SIZE AUTO'
method_opt=> 'FOR ALL COLUMNS SIZE 1'