标题: ORA-14126: only a <parallel clause> may follow [打印本页] 作者: admin 时间: 2016-8-18 10:13 标题: ORA-14126: only a <parallel clause> may follow ORA-14126: only a<parallel clause> may follow description(s) of resulting partitions Cause: Descriptions of partition(s) resulting from splittingof a table or index
partition may be followed by an optional <parallel clause> which appliesto the
entire statement and which, in turn, may not be followed by any other clause. Action: Ensurethat all partition attributes appear within the parenthesized list of
descriptions of resulting partitions in ALTER TABLE/INDEX SPLIT PARTITION
statement.