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

Viewing the gather_stats_job schedule

The Oracle job scheduler runs gather_stats_job during defined maintenance windows. By default, there are two maintenance windows associated with the Maintenance Window Group.

To view the gather_stats_job schedule

  1. On an AS3000 machine, log in as the oracle user. On an AS300 machine, log in as the AgfaService user.

  2. Start a sqlplus session by typing:

    sqlplus / as sysdba

  3. Run the following query:

    select job_name, enabled, state, program_name, schedule_name from dba_scheduler_jobs where job_name like 'GATHER_STATS_JOB';

    This query produces a result similar to the following:

  4. Log out of sqlplus by typing:

    exit


Topic number: 113615

Applies to: IMPAX 6.5.1 Server Knowledge Base