Bug when representing types in "Types" thee after using "ALTER TYPE" command

OrvinHerc

Member
Hello!..
After I have used
ALTER TYPE "TYPE_NAME" add attribute (xxx varchar2(10)),
i have got two records of "TYPE_NAME" in Types tree. Any "ALTER TYPE [add|modify|drop] ATTRIBUTE", when applied on object types, add in system view ALL_OBJECTS new record with same OBJECT_NAME and new SUBOBJECT_NAME and PL/SQL Developer show much dublicates of same type in Types tree. Please, fix this problem.

Thanks,
OrvinHerc.
 
Back
Top