Oracle Table Analyze job not calculating all database statistics with histograms on Oracle 19
STEPS TO REPRODUCE:
1. On Clarity with Oracle 19, run Oracle Table Analyze job
Expected Results: The job to calculate stats correctly
Actual Results: Some stats are not calculated right, which may lead to latency in queries and performance problems
Release : 15.8.1, 15.9, 15.9.1 and Oracle 19
Workaround: Run the following command to update the stats:
exec dbms_stats.gather_schema_
This can be scheduled by the DBA as a database job regularly
Solution:
This is DE60405, fixed in 15.9.2