Oracle Error Message
ORA-39305: Cannot alter attribute of sequence: string
Reason for the Error
DBMS_METADATA_DIFF was comparing two sequences with attribute differences that cannot be reconciled. The error message identifies the specific problem.
Solution
The difference cannot be eliminated with an SQL ALTER statement.

Leave a Review