|
MyDicta 发表于 2011-10-25 09:22 ![]()
试试:
DBMS_STATS.SET_DATABASE_PREFS( 'PUBLISH','TRUE' );
A good point. By default it should be TRUE already:
SQL> select dbms_stats.get_prefs('PUBLISH') from dual;
DBMS_STATS.GET_PREFS('PUBLISH')
------------------------------------------------------
TRUE
I doubt LZ's setting is changed. But it doesn't hurt to check.
Yong Huang |
|