ORA-14163:subpartition number string: INITRANS value must be less than
MAXTRANS value
Cause: Value of INITRANS was found to be greater than that ofMAXTRANS for
a subpartition whose number (subpartitions are numbered starting with 1) is
displayed in this message. Note that if INITRANS and/or MAXTRANS values for
this subpartition were not specified explicitly, default values atpartition-level
would be used. If, in turn, default INITRANS and/or MAXTRANS values at
partition-level were not specified, default values for the partitioned table orindex
would be used. If those values were also not specified explicitly, systemdefaults
would be used.
Action: ensurethat value of INITRANS (whether specified explicitly or derived
from the default value at partition-level, table-level or index-level) is nogreater
than that of MAXTRANS
|