Oracle表统计数据更新

EXEC dbms_stats.gather_table_stats('TableName','TASK_LIST_WAIT',cascade=>true);

EXEC dbms_stats.gather_schema_stats('username',estimate_percent=>100,cascade=> TRUE);

posted @ 2016-07-20 12:51  鱼千流  Views(896)  Comments(0)    收藏  举报