Showing posts with label ORA-29884: domain index is defined on the column to be dropped. Show all posts
Showing posts with label ORA-29884: domain index is defined on the column to be dropped. Show all posts

Thursday, 17 May 2012

ORA-29884: domain index is defined on the column to be dropped

ORA-29884: 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.