Database Error Messages

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

ORA-14436

During the modification to a partitioned state DDL, it is illegal to specify SUBPARTITIONS or STORE IN clause once a SUBPARTITION TEMPLATE has been specified.

Cause

The user specified either a SUBPARTITIONS or a STORE IN clause along with a subpartition template when modifiying a table to partitioned state, which is not allowed.


Action

Remove either the SUBPARTITIONS | STORE IN clause or remove the SUBPARTITION TEMPLATE clause.