Showing posts with label ORA-22314. Show all posts
Showing posts with label ORA-22314. Show all posts

Tuesday, 10 April 2012

ORA-22314: method information mismatch in ALTER TYPE

ORA-22314: method information mismatch in ALTER TYPE

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

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