Oracle Error Message
ORA-29342: user string does not exist in the database
Reason for the Error
The referred user is one of the owners of data in the pluggable set. This user does not exist in the database.
Solution
Consider either creating the user in the database or map the user to a different user via FROM_USER and TO_USER import options.