create tablespace cls datafile 'D:\oracle\product\10.2.0\oradata\ORCL\cls.ora' size 100m reuse
autoextend on maxsize unlimited
default storage(initial 320k
next 320k
minextents 1
maxextents unlimited
pctincrease 0);
create user txdb identified by txdb
default tablespace cls
temporary tablespace temp;
grant connect,resource,dba to txdb;
commit;
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)
點(diǎn)擊舉報(bào)。