Oracle Error OCI-22314: method information mismatch in ALTER TYPE

Oracle Error Message

OCI-22314: method information mismatch in ALTER TYPE

Reason for the Error

The number of methods or the method signature do not match that of the original type declaration. This is not supported.

Solution

Make sure the method signature stay identical for the previously declared method. Do not drop existing methods.