Oracle表統(tǒng)計(jì)數(shù)據(jù)更新
EXEC dbms_stats.gather_table_stats('TableName','TASK_LIST_WAIT',cascade=>true);
EXEC dbms_stats.gather_schema_stats('username',estimate_percent=>100,cascade=> TRUE);
EXEC dbms_stats.gather_table_stats('TableName','TASK_LIST_WAIT',cascade=>true);
EXEC dbms_stats.gather_schema_stats('username',estimate_percent=>100,cascade=> TRUE);