| ERROR | domain index is defined on the column to be dropped |
| CAUSE | An ALTER TABLE DROP COLUMN was issued on a column on which a domain index exists. |
| ACTION | Drop the domain index before attempting to drop the column. |
| ERROR | domain index is defined on the column to be dropped |
| CAUSE | An ALTER TABLE DROP COLUMN was issued on a column on which a domain index exists. |
| ACTION | Drop the domain index before attempting to drop the column. |