-327   THE ROW CANNOT BE INSERTED BECAUSE IT IS OUTSIDE THE BOUND OF THE PARTITION RANGE FOR THE LAST PARTITION

Explanation

Start of changeWhen a row is inserted, the calculated partition key value for the new row must be within the bounds of a partitio .End of change

System action

The statement cannot be processed.

Programmer response

Correct the statement to specify a value for the partition key that is within the bounds of the last partition of the partitioned table space.

SQLSTATE

22525