How to exclude object grants to specific users during import (impdp)?
Hi,
I am using 11g R1 (11.1.0.7) database. How to exclude object grants to specific users during import using impdp?
I tried the below options for exclude but all the 3 options shown below didn't work.
exclude=GRANT:" LIKE 'MOM%'"
exclude=OBJECT_GRANT:" LIKE 'MOM%'"
exclude=USER:" LIKE 'MOM%'"
Thanks
Raghav