Database Error Messages

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

OCI-14854

SET [SUB]PARTITIONING MANUAL is not legal on this table.

Cause

SET [SUB]PARTITIONING MANUAL clause was specified. ALTER TABLE SET [SUB]PARTITIONING MANUAL is only legal on a list partitioned table. Additionally, this table cannot have a DEFAULT partition.


Action

Use SET [SUB]PARTITIONING MANUAL only on a valid table.