Hi
A customer has provided us with a datapump file of their schema for import into a new environment for them. They have created service users which we don't require and have grants assigned to them, which generates a lot of errors in the import log.

Obviously, I can just create a user/role of the same name and then drop it at the end, but is there a way to exclude this during the import - our IT team will be doing this in the future so want to make this process as simple as possible (since I have to document how to login to SQLPLUS, scary I know!)

Will EXCLUDE=SCHEMA:"='FRED'" stop privileges assigned to FRED appear in the log file?

Many thanks

James