sql语句
时间:2010-09-30 来源:jxwpx
drop user aaaa cascade
create user taaaaidentified by "222222";
grant connect,dba to aaa;
alter user aaadefault tablespace ticket temporary tablespace temp;
drop tablespace ticket including contents and datafiles;
create tablespace ticket datafile '/u01/app/oracle/oradata/RACDB/datafile/ticket.dbf' size 100M autoextend on next 10M maxsize 32000M;
create tablespace ticket datafile '/u01/app/oracle/oradata/RACDB/datafile/ticket.dbf' size 50M autoextend on next 10M maxsize unlimited;
相关阅读 更多 +