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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Oracle 9.0.1.0.0 and the indexes ...

Re: Oracle 9.0.1.0.0 and the indexes ...

From: Hans Forbrich <forbrich_at_telusplanet.net>
Date: Tue, 17 Jun 2003 04:01:49 GMT
Message-ID: <3EEE9101.A53B8A5E@telusplanet.net>


Jim Kennedy wrote:

> ANALYZE index yyy validate structure;
> does not analyze an index. Do as Brian suggests and use dbms_stats.
>

In the 9.2 Supplied PL/SQL packages manual, in the DBMS_STATS section, there is an explicit statement along the lines of "Oracle recommends using DBMS_STATS instead of Analyze."

I suspect they might soon be reserving ANALYZE for validation and deprecating ANALYZE for stats - but that's reading between the lines.

/Hans Received on Mon Jun 16 2003 - 23:01:49 CDT

Original text of this message

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