只有dba权限的用户才可以创建用户:
create user username
identified {by password|EXTERNALLY|GLOBALLY AS external name}
[default tablespace tablespace_name]
[temporary tablespace tablespace_name]
[quota{正整数 [K|M]} on tablespace_name]
[quota{正整数[K|M]} on tablespace_name]
[password expire]
[account{lock|unlock}]
[profile{概要文件|default}]
原文地址:http://www.cnblogs.com/moonfans/p/3986677.html