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: clarification on partitioned tables

RE: clarification on partitioned tables

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Thu, 15 Jun 2006 18:59:06 +0200
Message-ID: <F2C9CCA71510B442AF71446CAE8AEBAF01A945@MSXVS04.trivadis.com>


Joe

>I have a partitioned table in my schema. The cron job runs an analyze
>command to collect statistics. Does the analyze command collect stats on
>the table partitions? Do I have to explicitly use the:
>
>GRANULARITY => 'PARTITION'
>
>with dbms_stats to collect partition stats? I am reading Doc ID:
>Note:237538.1

Questions:

- Do you use ANALYZE, DBMS_STATS or both? (In the first part of your description you wrote "analyze command".)
- Which version of Oracle? (Different release, different behavior...)
- Which are the other parameters you specify? (Some parameters are inferred from others...)


Regards,
Chris

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Jun 15 2006 - 11:59:06 CDT

Original text of this message

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