1. 程式人生 > >PLSQL建立表空間,建立使用者,新增許可權

PLSQL建立表空間,建立使用者,新增許可權

create tablespace text4  
datafile 'E:\tablespace4\obu1.dbf' size 6000M



create user obu2 identified by obu2 default tablespace text4 quota 500m on users;

grant all privileges to obu2;