Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: stale statistics in KOTTD$ table

Re: stale statistics in KOTTD$ table

From: News <Contact_404_at_hotmail.com>
Date: 22 Dec 2005 05:43:58 -0800
Message-ID: <1135259038.044281.258090@g49g2000cwa.googlegroups.com>


These commands resolved the problem:

exec DBMS_STATS.GATHER_TABLE_STATS ('SYS', 'KOTTD$')
exec DBMS_STATS.GATHER_TABLE_STATS ('SYS', 'KOTTB$')
exec DBMS_STATS.GATHER_TABLE_STATS ('SYS', 'KOTAD$')
exec DBMS_STATS.GATHER_TABLE_STATS ('SYS', 'KOTMD$')
exec DBMS_STATS.GATHER_TABLE_STATS ('SYS', 'KOTTBX$')
exec DBMS_STATS.GATHER_TABLE_STATS ('SYS', 'KOTADX$')

but
exec DBMS_STATS.GATHER_SCHEMA_STATS ('SYS') didn't !!!!!! Received on Thu Dec 22 2005 - 07:43:58 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US