【发布时间】:2015-03-08 08:00:37
【问题描述】:
我有以下连接属性。
连接名称:MyConnection
用户名:斯科特
密码:密码
现在我想使用上述连接创建一个用户。我尝试执行的查询是,
CREATE USER demo IDENTIFIED BY demo;
但我收到 错误 说明
"insufficient privileges".
An attempt was made to change the current username or password
without the appropriate privilege.
我可以知道如何创建用户。
【问题讨论】:
标签: oracle