ERROR | cannot specify PARALLEL clause when adding a List subpartition |
CAUSE | User issued ALTER TABLE ADD SUBPARTITION statement with PARALLEL clause for a List subpartition of a Range/List partitioned object which is illegal |
ACTION | Remove the PARALLEL clause. |