1 Respuesta
- Más nuevo
- Más votos
- Más comentarios
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:
respondido hace 3 años
Contenido relevante
preguntada hace 9 meses
preguntada hace un año
preguntada hace un año
preguntada hace 9 meses
