SQL> create tablespace enjoysz datafile 'e:\oracledata\enjoysz.dbf' size 200M;
表空间已创建。
SQL> drop tablespace enjoysz including contents and datafiles cascade constraint
;
表空间已删除。
SQL> create tablespace enjoysz datafile 'e:\enjoysz\enjoysz.dbf' size 200M;
表空间已创建。
SQL> create user enjoysz identified by enjoysz default tablespace enjoysz;
用户已创建。
SQL> grant connect,resource to enjoysz;
授权成功。
网友评论