【发布时间】:2012-07-25 08:45:24
【问题描述】:
我是甲骨文的新手
我尝试将varchar(50) 更改为250
CREATE OR REPLACE TYPE CEQ_OWNER.TYPE_REC_PARAE2
AS OBJECT
(
...
BONETAT_DESC VARCHAR2(250),
...
)
/
我得到 ORA-02303: cannot drop or replace a type with type or tabledependent
【问题讨论】: