Database Error Messages

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.