标题: ORA-14632: cannot specify PARALLEL clause [打印本页] 作者: admin 时间: 2016-8-21 11:06 标题: ORA-14632: cannot specify PARALLEL clause ORA-14632: cannot specifyPARALLEL clause when adding a List subpartition Cause: User issued ALTER TABLE ADD SUBPARTITION statementwith
PARALLEL clause for a List subpartition of a Range/List partitioned objectwhich
is illegal Action: Removethe PARALLEL clause.