create user ufo identified by 1234; grant create session to ufo; grant create tablespace to ufo; grant create table to ufo; grant drop any table to ufo; grant insert any table to ufo; grant update any table to ufo; grant all privileges to ufo;
grant dba to ufo; create tablespace test datafile 'D:apphorn1oradata est.txt' size 10m;
参考资料:
https://www.iteye.com/blog/1084647490-2255426
--END-- 2019年11月9日15:30:49