Oracle Error Message
ORA-39312: Cannot alter tablespace encryption.
Reason for the Error
DBMS_METADATA_DIFF was comparing two tablespaces, one encrypted, one not. There is no SQL ALTER statement to change the encryption property of a tablespace.
Solution
The difference cannot be eliminated with an SQL ALTER statement.