| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: system statistics
> A couple of points:
> do a query against sys.aux_stats$
> to check the value of the stats, if
> sreadtim or mreadtim is -1, then the
> statistics will not be used. You may
> have collected over a period that did
> no file system request for one or other
> type of read.
Jonathan, My sys.aux_stats$ doesn't have a sreadtim nora mreadtim column. Has the table changed between 9.2.0.1.0 and 9.2.0.3?
SQL> select * from v$version;
BANNER
SQL> desc sys.aux_stats$;
Name Null? Type
----------------------------- -------- ------------------------
SNAME NOT NULL VARCHAR2(30)
PNAME NOT NULL VARCHAR2(30)
PVAL1 NUMBER
PVAL2 VARCHAR2(255)
Rene
-- Rene Nyffenegger http://www.adp-gmbh.chReceived on Fri Oct 10 2003 - 12:26:37 CDT
![]() |
![]() |