1、给用户授权
grant connect,resource to xinomonitor;
发现不能进行断点调试,然后授如下权限
grant debug any procedure to xinomonitor;
grant debug connect session to xinomonitor;
问题解决
grant debug any procedure to xinomonitor
grant debug connect session to xinomonitor;
1、给用户授权
grant connect,resource to xinomonitor;
发现不能进行断点调试,然后授如下权限
grant debug any procedure to xinomonitor;
grant debug connect session to xinomonitor;
问题解决
grant debug any procedure to xinomonitor
grant debug connect session to xinomonitor;
转载于:https://www.cnblogs.com/dainiao01/archive/2009/02/18/2250203.html