标题: ORA-22319: type attribute information altered [打印本页] 作者: admin 时间: 2016-8-31 17:13 标题: ORA-22319: type attribute information altered ORA-22319: typeattribute information altered in ALTER TYPE Cause: The type attribute information does not match that ofthe original type
declaration when altering type. Attributes cannot be altered during ALTER TYPE.
Only new methods can be added. Action: Checkthat all type alterations are legal.