APPLYΒΆ

Applies a patch by activating a internal apply_patch watcher, to execute the final steps of the patch by loading the patched data from the PAT schema into the loading source PAT table. A new TSA control entry is created with an own load info and the patch id, this is necessary to create the correct loading order into tha PSA.

Parameter Name

Required

Description

p_patch_id

yes

Id of the patch

Example

EXECUTE SCRIPT api_redpat.apply
            ( 'XXX'      -- p_patch_id
            );