Database Error Messages

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

ORA-14704

Create table as select disallowed for SYSTEM patitioned tables

Cause

User attempted to create a SYSTEM partitioned table by doing a create table as select.


Action

Do a create table followed by an insert as select into each partition.