读书人

sql plus Grant 的有关问题

发布时间: 2012-05-30 20:20:04 作者: rapoo

sql plus Grant 的问题
Grant to a user HARRY the same privileges as to a user JAMES.

The privileges must be granted in such a way that a user HARRY must always have all privileges granted to a user JAMES and its own additional privileges, which will be granted later. It means that whenever the privileges of a user JAMES change then the privileges of a user HARRY must change in the same way.

这个题该怎么做啊,同步两个用户的特权

[解决办法]
没有看到过类似解决方案,

我在想是否可以将一个用户的权限 转换为一个角色 ,然后将角色赋给其它用户,这样保持同步。或者用户做同义词
[解决办法]
楼主,你要自己实现这个功能还是,要问如何使用某个dbms产品?
[解决办法]
类似创建一个用户

读书人网 >oracle

热点推荐