Database Error Messages

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

ORA-22331

cannot alter an incomplete type

Cause

An attempt was made to perform ALTER TYPE on an incomplete type.


Action

Use CREATE TYPE to completely define the original type before executing the ALTER TYPE.