Oracle Error ORA-39318: Cannot alter user name.

Oracle Error Message

ORA-39318: Cannot alter user name.

Reason for the Error

DBMS_METADATA_DIFF was comparing two users with different names. There is no SQL ALTER statement to change the name of a user.

Solution

The difference cannot be eliminated with an SQL ALTER statement.