Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

ORA-29884

A domain index is defined on the column to be dropped.

Cause

An ALTER TABLE DROP COLUMN command was issued on a column on which a domain index exists.


Action

Drop the domain index before attempting to drop the column.