Can I REMAP multiple USERS and TABLESPACES at once in an impdp operation?
Ok, I know I can REMAP single users and single tablespaces in an impdp operation. But can I do this for multiple users resp tablespaces at once? In other words can I do something like this:
impdp.exe ......... REMAP_SCHEMA=karl:paul REMAP_SCHEMA=susan:test REMAP_TABLESPACE=SYSTEM:USERS REMAP_TABLESAPCES=ORABPEL:USERS .....
Peter