Without remapping:
USERID='sys/manager@main7 as sysdba'
DIRECTORY=PUMP
DUMPFILE=010f_pump.dmp
LOGFILE=impsch.log
SCHEMAS=icwuser,lscontacts
CONTENT=all
Wit remapping:
USERID='sys/manager@orcd as sysdba'
DIRECTORY=PUMP
DUMPFILE=06122007_011944_P
LOGFILE=rename_schemata.lo
SCHEMAS=BAS_AUDIT,BAS_AUTH
REMAP_SCHEMA=BAS_AUDIT:EHF
CONTENT=all
But firstly create the directory:
connect sys/manager@o10f as sysdba
create directory pump as '/u01/app/oracle/product/1
Now create physically the directory in the OS files!!!!
Works as user SYS to avoid some strange results.
Main Topics
Browse All Topics





by: schwertnerPosted on 2009-04-08 at 07:00:31ID: 24097305
I do not see the direcrory where your dump file resides.
You have some problems with the parameters.
Will try to deliver working example.