How to fix the Oracle error OCI-22319: type attribute information altered in ALTER TYPE?

In this post, you’ll learn more about the Oracle ErrorOCI-22319: type attribute information altered in ALTER TYPE with the details on why you receive this error and the possible solution to fix it.

Oracle Error Description

OCI-22319: type attribute information altered in ALTER TYPE

Reason for the Error OCI-22319: type attribute information altered in ALTER TYPE

The type attribute information does not match that of the original type declaration when altering type. Attributes cannot be altered during ALTER TYPE. Only new methods can be added.

How to fix the Error OCI-22319: type attribute information altered in ALTER TYPE ?

You can fix this error in Oracle by following the below steps

Check that all type alterations are legal.

Tags :

Leave Your Comment