ORA-14267: cannot specify PARALLEL clause when adding a (Composite) Range partition
What triggered the Error:
User issued ALTER TABLE ADD PARTITION statement with PARALLEL clause for a Range or Composite Range partition which is illegalWhat should we do to fix it:
Remove the PARALLEL clause.