Purge Asynchronous Job Tables (async_job_status_retry_cleanup.ksh)

Module Name

async_job_status_retry_cleanup.ksh

Description

Purge Asynchronous Job Tables

Functional Area

Administration

Module Type

Admin

Module Technology

ksh

Catalog ID

RMS180

Wrapper Script

rmswrap_shell.ksh

Schedule

Oracle Retail Merchandising Batch Schedule

Design Overview

This batch job cleans up the Merchandising asynchronous jobs tables. The asynchronous job management tables (RMS_ASYNC_STATUS and RMS_ASYNC_RETRY) track each asynchronous call that is made. These tables are used to see error information and help with retrying failed calls.

This program will be run ad hoc and will accept a parameter of # days of information that will be deleted.

Restart/Recovery

N/A

Key Tables Affected

Table 2-4 Key Tables Affected

Table Select Insert Update Delete

RMS_ASYNC_STATUS

No

No

No

Yes

RMS_ASYNC_RETRY

No

No

No

Yes

Input/Out Specification

N/A