Oracle Message ORA-14704 - Create table as select disallowed for SYSTEM patitioned tables

ERRORCreate table as select disallowed for SYSTEM patitioned tables
CAUSEUser attempted to create a SYSTEM partitioned table by doing a create table as select.
ACTIONDo a create table followed by an insert as select into each partition.