import methods with compress dump
I have taken and export in 9i in split file which each file is 100G. i have compress this file in total of 9 file.
export file = exp_f1.dmp.Z , exp_f2.dmp.Z, exp_f3.dmp.Z ...
Can you please let me know how can i import this dumpfile in background with compress in linux server. The database is huge i cant uncompress the dumpfile cause of space.
Please let me know the steps.
Thank you all..