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