create tablespace aaa datafile '/opt/oracle/aaa.dat' size 100M;
create user aaa identified by aaa default tablespace lxx profile default;
grant create session,create table to aaa;
grant create view to aaa;
grant create sequence to aaa;
grant create procedure to aaa;
grant UNLIMITED TABLESPACE to aaa;
grant dba to aaa;
commit;alter database datafile '/opt/oracle/aaa.dat' resize 1000 M;imp aaa/aaa ignore=y rows=y indexes=yes buffer=4024000 file= aaa2010.dmp log=aaa.log full=y exp aaa/aaa rows=y indexes=y compress=n buffer=1024000 direct=y feedback=100000 file=aaa.dmp