create user 用户名identified by "密码"default tablespace 某个表空间temporary tablespace 临时表空间(一般是temp)profile default;grant connect,dba,resource to 用户名;