ORA-02303: cannot drop or replace a type with type or table dependents,即无法使用类型或表的相关性来删除或取代一个类型
ORA-02303: cannot drop or replace a type with type or table dependents,即无法使用类型或表的相关性来删除或取代一个类型
在修改一个Type的时候,提示了这个信息
ORA-02303: cannot drop or replace a type with type or table dependents,即无法使用类型或表的相关性来删除或取代一个类型
简单来说就是这个type被对象引用的时候不能随意修改了
一种方法是将引用了type的直接drop掉,即可修改,然后在重新执行回去,不过很明显有一定的风险
另一种是使用CREATE OR REPLACE Type type_nameForce As Object这种强制执行语句修改
您能读到这儿,我呢是发自真心的感谢您,若要转载,还望请您带上链接