权限问题如何让用户去访问scotte中的emp表,该怎样给用户授权限?谢谢帮忙![解决办法]在用户scotte下授权给
权限问题
如何让用户去访问 scotte 中的emp表,该怎样给用户授权限?谢谢帮忙!
[解决办法]
在用户scotte下授权给需要的用户
grant select on scotte.emp to yourusername;
权限问题
如何让用户去访问 scotte 中的emp表,该怎样给用户授权限?谢谢帮忙!
[解决办法]
在用户scotte下授权给需要的用户
grant select on scotte.emp to yourusername;