Situation where you have to replicate the database from EXPORT dump, IMPORT is 2 step process,
Prior to that, assuming you have Database and required Tablespace created,
Step 1:
imp system/manger file=EXPDAT.DMP INCTYPE=SYSTEM
Step 2:
imp system/manger file=EXPDAT.DMP INCTYPE=RESTORE




Reply With Quote