dbTalk Databases Forums  

dbms_stats.gather_schema_stats with the option gather_auto

comp.databases.oracle.server comp.databases.oracle.server


Discuss dbms_stats.gather_schema_stats with the option gather_auto in the comp.databases.oracle.server forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
michael.spoden@web.de
 
Posts: n/a

Default dbms_stats.gather_schema_stats with the option gather_auto - 06-23-2008 , 07:17 AM






Hi,

is there a possibility to use the dbms_stats package on schema level
to just see which tables would be affected by the gather_auto option?

I want first see which tables would be analyzed depending on the
output I want to start the dbms_stats package for this schema, or
maybe just for some less tables of this output.

Regards

Michael


Reply With Quote
  #2  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: dbms_stats.gather_schema_stats with the option gather_auto - 06-23-2008 , 08:01 AM






Comments embedded.
On Jun 23, 7:17*am, michael.spo... (AT) web (DOT) de wrote:
Quote:
Hi,

is there a possibility to use the dbms_stats package on schema level
to just see which tables would be affected by the gather_auto option?

Not without actually generating those statistics.

Quote:
I want first see which tables would be analyzed depending on the
output I want to start the dbms_stats package for this schema, or
maybe just for some less tables of this output.
Again, not without actually generating those statistics.
GATHER_SCHEMA_STATS isn't a preprocessor to output which objects might
be processed, it is a procedure to actually generate the statistics
and report which objects were considered STALE or empty.

Quote:
Regards

Michael

David Fitzjarrell


Reply With Quote
  #3  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: dbms_stats.gather_schema_stats with the option gather_auto - 06-23-2008 , 08:01 AM



Comments embedded.
On Jun 23, 7:17*am, michael.spo... (AT) web (DOT) de wrote:
Quote:
Hi,

is there a possibility to use the dbms_stats package on schema level
to just see which tables would be affected by the gather_auto option?

Not without actually generating those statistics.

Quote:
I want first see which tables would be analyzed depending on the
output I want to start the dbms_stats package for this schema, or
maybe just for some less tables of this output.
Again, not without actually generating those statistics.
GATHER_SCHEMA_STATS isn't a preprocessor to output which objects might
be processed, it is a procedure to actually generate the statistics
and report which objects were considered STALE or empty.

Quote:
Regards

Michael

David Fitzjarrell


Reply With Quote
  #4  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: dbms_stats.gather_schema_stats with the option gather_auto - 06-23-2008 , 08:01 AM



Comments embedded.
On Jun 23, 7:17*am, michael.spo... (AT) web (DOT) de wrote:
Quote:
Hi,

is there a possibility to use the dbms_stats package on schema level
to just see which tables would be affected by the gather_auto option?

Not without actually generating those statistics.

Quote:
I want first see which tables would be analyzed depending on the
output I want to start the dbms_stats package for this schema, or
maybe just for some less tables of this output.
Again, not without actually generating those statistics.
GATHER_SCHEMA_STATS isn't a preprocessor to output which objects might
be processed, it is a procedure to actually generate the statistics
and report which objects were considered STALE or empty.

Quote:
Regards

Michael

David Fitzjarrell


Reply With Quote
  #5  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: dbms_stats.gather_schema_stats with the option gather_auto - 06-23-2008 , 08:01 AM



Comments embedded.
On Jun 23, 7:17*am, michael.spo... (AT) web (DOT) de wrote:
Quote:
Hi,

is there a possibility to use the dbms_stats package on schema level
to just see which tables would be affected by the gather_auto option?

Not without actually generating those statistics.

Quote:
I want first see which tables would be analyzed depending on the
output I want to start the dbms_stats package for this schema, or
maybe just for some less tables of this output.
Again, not without actually generating those statistics.
GATHER_SCHEMA_STATS isn't a preprocessor to output which objects might
be processed, it is a procedure to actually generate the statistics
and report which objects were considered STALE or empty.

Quote:
Regards

Michael

David Fitzjarrell


Reply With Quote
  #6  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: dbms_stats.gather_schema_stats with the option gather_auto - 06-23-2008 , 08:01 AM



Comments embedded.
On Jun 23, 7:17*am, michael.spo... (AT) web (DOT) de wrote:
Quote:
Hi,

is there a possibility to use the dbms_stats package on schema level
to just see which tables would be affected by the gather_auto option?

Not without actually generating those statistics.

Quote:
I want first see which tables would be analyzed depending on the
output I want to start the dbms_stats package for this schema, or
maybe just for some less tables of this output.
Again, not without actually generating those statistics.
GATHER_SCHEMA_STATS isn't a preprocessor to output which objects might
be processed, it is a procedure to actually generate the statistics
and report which objects were considered STALE or empty.

Quote:
Regards

Michael

David Fitzjarrell


Reply With Quote
  #7  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: dbms_stats.gather_schema_stats with the option gather_auto - 06-23-2008 , 08:01 AM



Comments embedded.
On Jun 23, 7:17*am, michael.spo... (AT) web (DOT) de wrote:
Quote:
Hi,

is there a possibility to use the dbms_stats package on schema level
to just see which tables would be affected by the gather_auto option?

Not without actually generating those statistics.

Quote:
I want first see which tables would be analyzed depending on the
output I want to start the dbms_stats package for this schema, or
maybe just for some less tables of this output.
Again, not without actually generating those statistics.
GATHER_SCHEMA_STATS isn't a preprocessor to output which objects might
be processed, it is a procedure to actually generate the statistics
and report which objects were considered STALE or empty.

Quote:
Regards

Michael

David Fitzjarrell


Reply With Quote
  #8  
Old   
fitzjarrell@cox.net
 
Posts: n/a

Default Re: dbms_stats.gather_schema_stats with the option gather_auto - 06-23-2008 , 08:01 AM



Comments embedded.
On Jun 23, 7:17*am, michael.spo... (AT) web (DOT) de wrote:
Quote:
Hi,

is there a possibility to use the dbms_stats package on schema level
to just see which tables would be affected by the gather_auto option?

Not without actually generating those statistics.

Quote:
I want first see which tables would be analyzed depending on the
output I want to start the dbms_stats package for this schema, or
maybe just for some less tables of this output.
Again, not without actually generating those statistics.
GATHER_SCHEMA_STATS isn't a preprocessor to output which objects might
be processed, it is a procedure to actually generate the statistics
and report which objects were considered STALE or empty.

Quote:
Regards

Michael

David Fitzjarrell


Reply With Quote
  #9  
Old   
michael.spoden@web.de
 
Posts: n/a

Default Re: dbms_stats.gather_schema_stats with the option gather_auto - 06-23-2008 , 08:12 AM



Quote:
Again, not without actually generating those statistics.
GATHER_SCHEMA_STATS isn't a preprocessor to output which objects might
be processed, it is a procedure to actually generate the statistics
and report which objects were considered STALE or empty.
David,

any other ideas or possibilites?


Reply With Quote
  #10  
Old   
michael.spoden@web.de
 
Posts: n/a

Default Re: dbms_stats.gather_schema_stats with the option gather_auto - 06-23-2008 , 08:12 AM



Quote:
Again, not without actually generating those statistics.
GATHER_SCHEMA_STATS isn't a preprocessor to output which objects might
be processed, it is a procedure to actually generate the statistics
and report which objects were considered STALE or empty.
David,

any other ideas or possibilites?


Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.