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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: How do I turn off STATSPACK auto snapshots on 8.1.7

Re: How do I turn off STATSPACK auto snapshots on 8.1.7

From: Lou Fangxin <anysql_at_gmail.com>
Date: Thu, 15 Sep 2005 17:36:45 +0800
Message-ID: <ea5907d3050915023635fd9f04@mail.gmail.com>


You should query the rows in the dba_jobs to find the job id, then use dbms_job.remove(jobid) to remove the job, and query the dba_jobs again to make sure you remove the job.

On 9/14/05, Larry Kelly <ldk2005_at_gmail.com> wrote:
>
> I want use STATSPACK as part of my tuning strategy. The spauto.sql script
> will schedule periodic snapshots. I'm hesitant to start it until I know how
> to stop the automatic snapshots.
>
> --
> Best Regards,
> -Larry
> "Work, work, work...there is no satisfactory alternative."
> --- E.Taft Benson

-- 
Welcome, Fangxin.Lou from China
MYDUL, alternative to DUL !!!
Home: http://www.anysql.net/en/
Mydul: http://www.anysql.net/en/mydul.html

--
http://www.freelists.org/webpage/oracle-l
Received on Thu Sep 15 2005 - 04:38:47 CDT

Original text of this message

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