Oracle Solution for Error ora-29655

Solution for Oracle Error ORA-29655

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.