Oracle中如何克隆用户
需要一个 sql 查询来克隆 Oracle 用户。作为来源,我拥有拥有所有必要权限的用户。我想知道是否可以创建相同的用户名,但在同一数据库中使用不同的用户名。
Have a need for a sql query which will do cloning of Oracle user. As source I have user which has all necessary privileges. I wonder if it is possible to create the same one, but with different username in the same database.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
简单地说(来自此处)
然后只需替换用户名与您要创建的新用户名。
Briefly (from here)
Then just replace the username with the new one you want to create.