sql语句

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;

你可能感兴趣的:(sql,数据库,职场,语句,休闲)