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: How to exclude few tables while gathering a schema stats in oracle 9i

Re: How to exclude few tables while gathering a schema stats in oracle 9i

From: Alexander Fatkulin <afatkulin_at_gmail.com>
Date: Thu, 27 Dec 2007 10:43:59 -0500
Message-ID: <49d668000712270743r71c006f3h2563323b8f21cd68@mail.gmail.com>


my preferred way is to gather stats only on stale objects, that is -- using 'gather stale' option

then, in 9i, you just don't enable monitoring on large tables so those will never became stale

fyi in 10g there is an ability to lock stats

On Dec 24, 2007 3:46 PM, Prasad <p4cldba_at_gmail.com> wrote:
> All,
>
> I need to do a stats generation for a oracle 9i db schema everynight.
> but there are few very large tables which I want to exclude while gathering
> the schema stats.
>
> Can someone please direct me how i can achieve this in Oracle 9i .
>
> Thanks
> _Prasad
>

-- 
Alex Fatkulin,
The Pythian Group,
http://www.pythian.com/blogs/author/alexf
--
http://www.freelists.org/webpage/oracle-l
Received on Thu Dec 27 2007 - 09:43:59 CST

Original text of this message

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