dbms_stats.gather_database_stats
Hi *,
I'm running gather_database_stats every friday evening.
Because of some big tables it takes up to 24h.
Today I got a call that a customer's job was not able to finish because the gater job took almost the whole TEMP TBS.
Now I'm searching for a solution.
I was thinking about:
1. increasing the TEMP TBS
2. use gather_table_stats for the big tables first and then for the smaller ones.
What do you think?
Any other ideas?
regards
Daniel
I'm running gather_database_stats every friday evening.
Because of some big tables it takes up to 24h.
Today I got a call that a customer's job was not able to finish because the gater job took almost the whole TEMP TBS.
Now I'm searching for a solution.
I was thinking about:
1. increasing the TEMP TBS
2. use gather_table_stats for the big tables first and then for the smaller ones.
What do you think?
Any other ideas?
regards
Daniel
0