Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: CBO influences
Jonathan Lewis wrote:
> "DA Morgan" <damorgan_at_psoug.org> wrote in message
> news:1126329859.958172_at_yasure...
>
>>One more, slightly related question, if I may. >> >>Gathering system statistics I do not seem to be able to force >>a demo database to gather statistics for MBRC, MREADTIM, and >>SLAVETHR. >> >>I understand the last might be a bit difficult on a notebook >>used for classroom demo. But any help on any of this would >>be appreciated. >> >>Thanks. >>-- >>Daniel A. Morgan >>http://www.psoug.org >>damorgan_at_x.washington.edu >>(replace x with u to respond)
Thanks.
What I ended up doing was running some ROLLUP and CUBE queries on the demo Sales History schema ... worked like a charm. But here's what I get (10gR1).
Connected to:
Oracle Database 10g Enterprise Edition Release 10.1.0.4.0 - Production
With the Partitioning, OLAP and Data Mining options
SQL> SELECT pname, pval1
2 FROM aux_stats$
3 WHERE sname = 'SYSSTATS_MAIN';
PNAME PVAL1 ------------------------------ ---------- CPUSPEED 413 CPUSPEEDNW 450.609 IOSEEKTIM 10 IOTFRSPEED 4096 MAXTHR 43008 MBRC 8 MREADTIM 5.121 SLAVETHR SREADTIM 6.636
9 rows selected.
So it is possible.
Again ... thanks.
-- Daniel A. Morgan http://www.psoug.org damorgan_at_x.washington.edu (replace x with u to respond)Received on Sat Sep 10 2005 - 12:46:51 CDT