Database Error Messages

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

ORA-02329

Column of data type data_type cannot be unique or a primary key.
  • data_type: The data type of the column.

Cause

An attempt was made to place a UNIQUE or a PRIMARY KEY constraint on a column of data type VARRAY, nested table, object, LOB, FILE, or REF.


Action

Change the column data type or remove the constraint. Then retry the operation.