have to import using impdp except two schemas
i have full expdp dumps i need to import schemas from dump files except two schemas please
let me know syntax
will this work
nohup impdp userid=system/p1zzaHUT parallel=3 DIRECTORY=DPUMP_DIR_CS89PPD dumpfile=full_dp_CS89PPD_01.dmp,full_dp_CS89PPD_02.dmp,full_dp_CS89PPD_03.dmp full=y exclude=SYSADM,PS transform=disable_archive_logging:Y logfile=imp_sysadm_cs89ppd.txt metrics=y logtime=all &
we have converted the db to unicode and imported two schemas now need to import remaining schemas from full expdp dumps