oracle 监控账号权限设置
1, 创建
create user zabbix_monidentified by “************”;
2, 授权
grant connect to zabbix_mon;
grant select any table to zabbix_mon;
grant select any dictionary to zabbix_mon;
3, 回收
revoke connect ,resource from zabbix_mon;
drop user zabbix_mon cascade;
只能查看,不能修改只能查看,不能修改