Oracle Error Message
ORA-39292: Cannot alter join table of bitmap join index.
Reason for the Error
DBMS_METADATA_DIFF was comparing two bitmap join indexes with different join tables. There is no SQL ALTER statement to alter the join tables of a bitmap join index.
Solution
The difference cannot be eliminated with an SQL ALTER statement.