Oracle Error Message
ORA-39319: Cannot undo password expiration.
Reason for the Error
DBMS_METADATA_DIFF was comparing two users and the first user had an expired password. There is no SQL ALTER statement to undo the expiration of a user password.
Solution
The difference cannot be eliminated with an SQL ALTER statement.