GRANT_USER_OG_ACCESSΒΆ
Grant object group access to a user.
Parameter Name |
Required |
DefaultValue |
Description |
---|---|---|---|
p_object_group |
yes |
object group |
|
p_user_name |
yes |
user name |
|
p_rw_access |
no |
false |
read/write access |
p_scol_access |
no |
false |
sensitive column access |
Example
EXECUTE SCRIPT api_scurty.grant_user_og_access
( 'RED1' -- p_object_group
, 'TSTHUGO' -- p_user_name
, false -- p_rw_access
, false -- p_scol_access
);