Database Error Messages

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

ORA-30737

cannot create subtable of a type which is not a subtype of the type of the super table

Cause

An attempt was made to create a subtable(subview) of a type which is not a subtype of the type of the super object.


Action

Change the type of the subtable to be a subtype of the super object's type and then retry the operation.