sqlplus /nolog
sqlplus initinswell/longtop@INSWELL_LOCAL @e:\test.sql
exp initinswell/longtop@INSWELL_LOCAL file=e:\inswell.dmp log=e:\inswell_exp.log
imp initinswell/longtop@INSWELL_LOCAL file=e:\inswell.dmp log=e:\inswell_imp.log full=y ignore=y
imp initinswell/longtop@INSWELL_LOCAL file=e:\inswell.dmp full=y indexfile=e:\index.sql
create tablespace INSWELLSPAC
logging
datafile 'F:\env\oracle\product\10.2.0\oradata\inswell\INSWELLSPAC.DBF'
size 500m
autoextend on
next 100m maxsize 2048m
extent management local;