ADD_USERΒΆ
Adds a user to a patch definition, who are allowed to patch the object, users may only be added while patch status is STARTED. Adding a user allows the user to manipulate all patch objects, which are prepared for the pathc. any DML changes will be stored in a separate Audit LOG table for the patch
Parameter Name |
Required |
Description |
---|---|---|
p_patch_id |
yes |
Id of the patch |
p_user |
yes |
user who is allowed to patvh the object (checked with EXA_DBA_USERS) |
Example
EXECUTE SCRIPT api_redpat.add_user
( 'XXX' -- p_patch_id
, 'XXX' -- p_user
);