标题: ORA-12813: value for PARALLEL or DEGREE [打印本页] 作者: admin 时间: 2016-8-10 14:10 标题: ORA-12813: value for PARALLEL or DEGREE ORA-12813: value forPARALLEL or DEGREE must be greater than 0 Cause: PARALLEL 0 or DEGREE 0 was specified in a CREATETABLE, CLUSTER,
or INDEX or in an ALTER TABLE or CLUSTER statement. Action: Specifya degree of parallelism greater than 0 or specify default
parallelism using PARALLEL with no degree or using DEGREE DEFAULT within
a PARALLEL clause.