ORA-29655: USING clause is incompatible with its supertype
What triggered the Error:
e USING clause of a type has to be the same as its supertype or compatible with it.What should we do to fix it:
ke sure the USING clause is compatible with its supertype.