Database Error Messages

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

ORA-02583

option PARALLEL not supported when creating duplicated table as select from another table

Cause

An attempt was made to create a duplicated table as select from another table in parallel mode.


Action

Create a duplicated table as select without the PARALLEL clause.