Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: results of analyze
That command is deprecated, but still exists. I believe
that the replacement is
ANAYZE TABLE <xxx> VALIDATE STRUCTURE CASCADE;
> -----Original Message-----
> From: Jared Still [mailto:jkstill_at_cybcon.com]
> Sent: Wednesday, August 29, 2001 10:56 AM
> To: Multiple recipients of list ORACLE-L
> Subject: Re: results of analyze
>
>
>
> In addition the INDEX_STATS view will be populated by
> the VALIDATE INDEX <INDEX_NAME>; command.
>
> It will have a most one row in it, so you need to check
> it after each validate.
>
> Jared
>
> On Wednesday 29 August 2001 07:00, Paul Baumgartel wrote:
> > Hi Ruth.
> >
> > {user|all|dba}_tables, {user|all|dba}_columns,
> {user|all|dba}_indexes
> >
> > Paul Baumgartel
> > MortgageSight Holdings, LLC
> > pbaumgartel_at_mortgagesight.com
> >
> >
> > -----Original Message-----
> > Sent: Wednesday, August 29, 2001 9:41 AM
> > To: Multiple recipients of list ORACLE-L
> >
> >
> > Good morning all,
> >
> > Someone asked me where the results of analying tables and
> indexes goes.
> > Can anyone tell me what table(s) holds the statistics generated.
> >
> > Thanks,
> > Ruth B. Gramolini
> > ORACLE & DB2 DBA
> > VT Dept. of Taxes
> > ph# 802.828.5708
> > fax# 802.828..3754
> > rgramolini_at_tax.state.vt.us
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.com
> --
> Author: Jared Still
> INET: jkstill_at_cybcon.com
>
> Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051
> San Diego, California -- Public Internet access / Mailing Lists
> --------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: Gogala, Mladen INET: MGogala_at_oxhp.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Wed Aug 29 2001 - 11:49:13 CDT
![]() |
![]() |