DAMON (Data Monitor) Procedures

The second database job is the DAMON data monitor job. The DAMON job runs the majority of the background processing and is responsible for running background clean up processes required by the application that can potentially take a relatively long time to run.

Oracle and DAMON

By default, DAMON runs every night at 1am (database timezone dependent). It uses the Oracle DBMS_SCHEDULER package to schedule the jobs. An Interval setting controls the schedule and accepts the same parameters as the DBMS_SCHEDULER interval. For more information, refer to your Oracle database documentation.

Microsoft SQL Server and DAMON

By default, DAMON runs every Saturday. You can set it to run every two weeks or on a specific day. To run DAMON every two weeks, use the following command to set the interval: -eg 2W

To set DAMON to run on a specific day, use the following setting under namespace: Database.background.Damon DayOfWeek

DAMON Procedures

DAMON cleans the following:

You can also dynamically extend DAMON functionality via the user-defined procedure, USER_DEFINED_BACKGROUND.

Related Topics

BGPLOG_CLEANUP Procedure

CLEANUP_DBERRLOG Procedure

REFRDEL_CLEANUP Procedure

REFRDEL Bypass Procedure

CLEANUP_PRMQUEUE Procedure

USESSION_CLEAR_LOGICAL_DELETES Procedure

CLEANUP_LOGICAL_DELETES Procedure

PAUDIT_CLEANUP Procedure

CLEANUP_PKXREF

CLEANUP_PCKEYXREF

CLEANUP_USESSAUD Procedure

CLEAN_PX_DELETE Procedure

USER_DEFINED_BACKGROUND Procedure



Legal Notices | Your Privacy Rights
Copyright © 1999, 2023

Last Published Thursday, January 12, 2023