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:\app\horn1\oradata\test.txt' size 10m;
--END-- 2019年11月9日15:30:49