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);
EXEC dbms_stats.gather_table_stats('TableName','TASK_LIST_WAIT',cascade=>true);
EXEC dbms_stats.gather_schema_stats('username',estimate_percent=>100,cascade=> TRUE);