Oracle Error Message
ORA-39314: Cannot alter tablespace extent_management.
Reason for the Error
DBMS_METADATA_DIFF was comparing two tablespaces with different extent management properties. There is no SQL ALTER statement to alter the extent management properties of a tablespace.
Solution
The difference cannot be eliminated with an SQL ALTER statement.