因监控需要,写了个触发器:
if (update(permission) or update(choice))
结果发现当update这两字段时提示用户没有update权限,
原因是应用中使用的帐号不是触发器的所有者,
解决方法:
grant view server state to [应用帐号]
因监控需要,写了个触发器:
if (update(permission) or update(choice))
结果发现当update这两字段时提示用户没有update权限,
原因是应用中使用的帐号不是触发器的所有者,
解决方法:
grant view server state to [应用帐号]