REMOVE_OBJECTΒΆ

Removes an object from a patch definition, objects can only be removed while patch is not prepared.

Parameter Name

Required

Description

p_patch_id

yes

Id of the patch

p_obj_schema

yes

schema of the object to be removed from patch

p_obj_table

yes

name of the object to be removed from patch

Example

EXECUTE SCRIPT api_redpat.remove_object
            ( 'XXX'      -- p_patch_id
            , 'XXX'      -- p_obj_schema
            , 'XXX'      -- p_obj_table
            )