Oracle Error Message
ORA-39263: Cannot alter PARALLEL INSTANCES.
Reason for the Error
DBMS_METADATA_DIFF was comparing two objects, both with PARALLEL but with different INSTANCES values. There is no SQL ALTER statement to modify PARALLEL INSTANCES.
Solution
The difference cannot be eliminated with an SQL ALTER statement.