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

Home -> Community -> Usenet -> c.d.o.server -> Re: Analyze

Re: Analyze

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Thu, 25 Jan 2001 21:20:44 +0100
Message-ID: <t712hbd4s5b653@beta-news.demon.nl>

The datadictionary tables like sys.tab$ and sys.ind$. You can use the dbms_utility.analyze_schema('<schemaname>','DELETE') to delete the statistics, so stay away from those tables. You don't see anything more by querying from tab$ instead of user_tables.

Hth,

Sybrand Bakker, Oracle DBA

"Rocr" <rolland.cright_at_pwgsc.gc.ca> wrote in message news:94puik$kpd1_at_shark.ncr.pwgsc.gc.ca...
> Can anyone tell me what table(s) are populated when the analyze command is
> executed.
>
> Thanks in Advance
> rocr
>
>
Received on Thu Jan 25 2001 - 14:20:44 CST

Original text of this message

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