ORA-30746: error occured while trying to drop column "string
" in table "string"What triggered the Error:
The user tried to drop a subtype with VALIDATE option which tried to check for stored instances of the type in the stated tableWhat should we do to fix it:
Delete all instances of this subtype and then drop the type.