create tablespace jdbctablespace
datafile ‘d:\Project\commonPJTjdbctablespace’ size 20M
alter user sa
default tablespace jdbctablespace
temporary tablespace temp;
create tablespace jdbctablespace
datafile ‘d:\Project\commonPJTjdbctablespace’ size 20M
alter user sa
default tablespace jdbctablespace
temporary tablespace temp;