1 Answer
- Newest
- Most votes
- Most comments
0
Try,
begin
rdsadmin.rdsadmin_util.grant_sys_object(
p_obj_name => 'USER_HISTORY$',
p_grantee => 'ADMIN',
p_privilege => 'SELECT');
end;
/
Note: p_grantee is the schema or role that you want to grant the privilege to.
For more information on Granting SELECT or EXECUTE privileges to SYS objects please refer to the following link:
answered 3 years ago
Relevant content
- asked 3 years ago
- asked 4 years ago
- asked 2 years ago
- asked 2 years ago
- AWS OFFICIALUpdated a year ago
