Oracle -- SQL monitor privilege

来源:互联网 发布:剑三捏脸成女数据 编辑:程序博客网 时间:2024/05/21 10:51


---sql mornintor
 
grant select on v_$sqltext_with_newlines to <schema>;
grant select on v_$session to <schema>;
grant select on v_$locked_object to <schema>;

grant select on v_$lock to <schema>;

0 0
原创粉丝点击