oracle SQLDeveloper 是否有像 Toad 这样复制/克隆用户的工具?
声明:本页面是StackOverFlow热门问题的中英对照翻译,遵循CC BY-SA 4.0协议,如果您需要使用它,必须同样遵循CC BY-SA许可,注明原文地址和作者信息,同时你必须将它归于原作者(不是我):StackOverFlow
原文地址: http://stackoverflow.com/questions/4520304/
Warning: these are provided under cc-by-sa 4.0 license. You are free to use/share it, But you must attribute it to the original authors (not me):
StackOverFlow
Does SQLDeveloper have a tool to copy/clone users like Toad?
提问by Ultimadj
Does SQLDeveloper have a Toad-like tool to copy/clone an Oracle database user?
SQLDeveloper 是否有类似 Toad 的工具来复制/克隆 Oracle 数据库用户?
If not, I'll resort to: How to Clone a User in Oracle
如果没有,我将求助于:如何在 Oracle 中克隆用户
回答by Todd Pierce
In version 3 there is a DBA view. It can be displayed or hidden using the view menu. Once you have it displayed open the connection in the DBA section. Drill down to Security->Users and right click on the user you want to copy. The option you are looking for is create like.
在版本 3 中有一个 DBA 视图。可以使用视图菜单显示或隐藏它。显示后,在 DBA 部分打开连接。深入到安全-> 用户并右键单击要复制的用户。您正在寻找的选项是 create like。