使用拥有dba权限的用户都可以新建用户以及授权
1、新建用户
create user 用户名 identified by 密码;
2、授权
grant connect, resource to 用户名;
grant dba to 用户名;