Oracle Error Message
ORA-29655: USING clause is incompatible with its supertype
Reason for the Error
The USING clause of a type has to be the same as its supertype or compatible with it.
Solution
Make sure the USING clause is compatible with its supertype.