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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: DBA_TABLES.NUMROWS not equal Count(*) ... Why?

RE: DBA_TABLES.NUMROWS not equal Count(*) ... Why?

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Thu, 16 Feb 2006 22:49:03 +0100
Message-ID: <F2C9CCA71510B442AF71446CAE8AEBAF205CB1@MSXVS04.trivadis.com>


Sam

>SQL> exec dbms_stats.set_table_stats('GENERAL','GUROUTP');

With this command Oracle sets some default values. You have to use dbms_stats.gather_table_stats instead...

HTH
Chris

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Feb 16 2006 - 15:49:03 CST

Original text of this message

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