Hi.

Try:

Code:
EXEC DBMS_STATS.gather_table_stats('my_schema', 'my_table', estimate_percent => 10, cascade => TRUE);
Cheers

Tim...