Database Error Messages

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

ORA-22329

cannot alter a non-object type

Cause

An attempt was made to execute ALTER TYPE on a non-object type.


Action

Drop the non-object type first, then re-create it as an object type.