标题: ORA-14009: partition bound may not be specified [打印本页] 作者: admin 时间: 2016-8-17 11:04 标题: ORA-14009: partition bound may not be specified ORA-14009: partitionbound may not be specified for a LOCAL index partition Cause: while parsing a CREATE INDEX statement to create aLOCAL partitioned
index, <partition-description> of one of partitions was found to containVALUES
LESS THAN clause which is illegal since a LOCAL index inherits partition bounds
from its base table Action: removeall VALUES LESS THAN clauses from descriptions of LOCAL
index partitions