Re: Updating system statistics
- From: Wolfgang Breitling <breitliw@xxxxxxxxxxxxx>
- To: don@xxxxxxxxx
- Date: Tue, 12 Dec 2006 13:18:48 -0700
It could be that it's historical, but I've had problems with using
interval with gather_system_stats so I have gotten into the habit of
using explicit start and stop calls. IIRC you should see a job in the
job queue to stop the statistics gathering after your specified interval.
At 01:02 PM 12/12/2006, Don Seiler wrote:
Alright I ran this command:
exec
dbms_stats.gather_system_stats(interval=>90,stattab=>'SYSSTATS',statid=>'DEC12');
It returned in a minute, so I assume that it runs in the background
now. I've noticed two rows in my SYSSTATS table, but the column names
are a bit unintuitive. Is there a HOWTO on interpreting that data?
Regards
Wolfgang Breitling
Centrex Consulting Corporation
www.centrexcc.com
______________________________________________________________________
This email has been scanned by the MessageLabs Email Security System.
For more information please visit http://www.messagelabs.com/email
______________________________________________________________________
--
http://www.freelists.org/webpage/oracle-l
- References:
- RE: Updating system statistics
- From: Christian Antognini
- Re: Updating system statistics
- From: Don Seiler
Other related posts:
- » Re: Updating system statistics
- » RE: Updating system statistics
- » Updating system statistics
- » RE: Updating system statistics
- » Re: Updating system statistics
- » RE: Updating system statistics
- » Re: Updating system statistics
- » RE: Updating system statistics
- » Re: Updating system statistics
- » Re: Updating system statistics
- » Re: Updating system statistics
- » RE: Updating system statistics
- » Re: Updating system statistics
- » RE: Updating system statistics
- » Re: Updating system statistics
Alright I ran this command:exec dbms_stats.gather_system_stats(interval=>90,stattab=>'SYSSTATS',statid=>'DEC12');
It returned in a minute, so I assume that it runs in the background now. I've noticed two rows in my SYSSTATS table, but the column names are a bit unintuitive. Is there a HOWTO on interpreting that data?
- RE: Updating system statistics
- From: Christian Antognini
- Re: Updating system statistics
- From: Don Seiler