IMPAX 6.5.1 Server Knowledge Base home > Oracle Server home > Collecting database statistics > Gathering statistics with gather_and_lock_stats_job

Viewing the gather_and_lock_stats_job schedule

This procedure describes how to view the current scheduled gather_and_lock_stats_job schedule.

To view the gather_and_lock_stats_job schedule

  1. Login as user oracle on AS3000 or AgfaService on AS300 Oracle on Windows.

  2. To login to sqlplus, type

    sqlplus / as sysdba

  3. Run the following query:

    select job_name, enabled, state, job_action, repeat_interval from dba_scheduler_jobs where job_name like 'GATHER_AND_LOCK_STATS_JOB';

    The query result is similar to:

  4. To logout of sqlplus, type

    exit


Topic number: 113629

Applies to: IMPAX 6.5.1 Server Knowledge Base