Tip : As of Oracle 8i ,Export file Greater than 2GB is not a problem
Syntax
exp
Eg
C:\>exp sam/dba_pass tables=EMPTEST file=(exp1.dmp,exp2.dmp,exp3.dmp) filesize=1000M
IMPORT from more then one dump file
Syntax
imp
Caution : FILESIZE value in imp should match with FILESIZE value of Export eg in our case 1000M
for eg
C:\>imp sam/dba_pass tables=EMPTEST file=(exp1.dmp,exp2.dmp,exp3.dmp) filesize=1000M ignore=Y