impdp failing with ora-02153
When importing an 11g export into an 12.1.0.2 database, the import fails due to ora-02153. The users that are not successfully created have interesting password hashes. An example is the following user:
CREATE USER "TESTUSER" IDENTIFIED BY VALUES 'MCJAK86199nmkaa!!!!'
DEFAULT TABLESPACE "USERS"
TEMPORARY TABLESPACE "TEMP";
Why were these password hashes acceptable in 11.2.0.4 and not in 12.1.0.2? Any recommendations to a successful import?
Regards,
Joyce