1. 创建表空间
create tablespace test2ts datafile 'D:/app/andy/oradata/myapps/test2ts.dbf' size 200M;
2. 创建用户
create user test2 identified by test2 default tablespace test2ts ; 3. 给用户授权 grant connect , resource, dba to test2 ;
|
|
来自: citycanyon > 《DBA》