如何获取 Oracle 用户有权访问的模式列表
在 Oracle 中,我可以将我的模式的权限授予另一个用户,以便其他用户可以访问我的模式(进而访问我的模式中的对象)。
如何使用 ADO.NET(MS 或 Oracle 的提供程序)以编程方式获取特定用户有权访问的模式列表?
In Oracle I can grant privileges on my schema to another user so that the other user has access to my schema (and in turn objects in my schema).
How do I programmatically ,using ADO.NET (either MS or Oracle's provider), obtain a list of schemas to which a particular user has access?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
如果作为感兴趣的用户连接:
If connected as the user of interest: