Hi.
We have observed that the gather table statistics for SILOS_SL_GLBALANCEFACT frequently runs very slow. Although this is not always the case.
Here are some execution times (in seconds) for the last 19 loads - these are all incremental loads.

This is the command that is being run:
DBMS_STATS.GATHER_TABLE_STATS
(ownname => 'XXXXX',
tabname => 'W_GL_OTHER_F',
cascade => FALSE,
estimate_percent =>
DBMS_STATS.AUTO_SAMPLE_SIZE,
method_opt => 'FOR ALL COLUMNS
SIZE AUTO',
degree => DBMS_STATS.DEFAULT_DEGREE);
We are trying to determine if there is anything we can do to increase the performance of this task. Also, wondering why sometimes it finishes very quickly.
Thanks to all who participate here!
ODI version 11.1.1.9
Source: EBS 12.2 / Target: OBIA 11.1.1.10.1 [DB 11.2.0.4]
Regards,
Charles