create tablespace TOPSCF_CHS_TS datafile 'D:TableSpaceTOPSCF_CHS_TS.dbf' size 512M extent management local segment space management auto;
create temporary tablespace TOPSCF_CHS_TTS tempfile 'D:TableSpaceTOPSCF_CHS_TTS.dbf' size 50m autoextend on next 100m maxsize 2048m extent management local;
drop user TOPSCF_CHS cascade;
create user TOPSCF_CHS identified by pass1234 default tablespace TOPSCF_CHS_TS temporary tablespace TOPSCF_CHS_TTS;
grant connect,resource,imp_full_database to TOPSCF_CHS;
imp TOPSCF_CHS/pass1234@XE full=Y file=E: opscf_chs.20130802.dmp log=E: opscf_chs.20130802.log