DB Version:11g
Using the below par file, i took the dump file of 3 schemas
DIRECTORY=dpump_dir1
dumpfile=IMPORTANT_SCHEMAS.dmp
SCHEMAS=schema1,schema2,schema3
LOGFILE= IMPORTANT_SCHEMAS.log
EXCLUDE=GRANT
Now i want to import the above 3 schemas to a new database.
For impdp, should i use
REMAP_SCHEMA=schema1:schema1,schema2:schema2,schema3:schema3
or just
schemas=schema1,schema2,schema3