Oracle Error Message
ORA-14267: cannot specify PARALLEL clause when adding a (Composite) Range partition
Reason for the Error
User issued ALTER TABLE ADD PARTITION statement with PARALLEL clause for a Range or Composite Range partition which is illegal
Solution
Remove the PARALLEL clause.