REMOVE_USERΒΆ

Removes a user from a patch definition, who was allowed to patch the object, users can only be removed while patch is not prepared.

Parameter Name

Required

Description

p_patch_id

yes

Id of the patch

p_user

yes

user who was allowed to patvh the object (checked with EXA_DBA_USERS)

Example

EXECUTE SCRIPT api_redpat.remove_user
            ( 'XXX'      -- p_patch_id
            , 'XXX'      -- p_user
            );