현상 : ORA-02303: cannot drop or replace a type with type or table dependents 원인 : Type이나 table의 dependency가 있는 type을 drop하거나 replace하고자 할 때 발생. 조치 : SQL Reference guide에 의하면 DROP TYPE FORCE 옵션은 recommend하지 않는다. 왜냐하면 이 옵션을 쓰게 되면 복구가 불가능하고 dependency가 있던 table들은 access하지 못..