Database Error Messages

ORA-37103

(XSVPART03) The dimensionality or data type of workspace object does not match the dimensionality or data type of the partition.

Cause

An attempt was made to define a partitioned variable with an external partition, but the target of the external partition had either incorrect dimensionality or data type.


Action

Pick a different target variable. The target variable must be dimensioned by exactly the same dimensions, composites, and partition templates, in the same order, as are specified in the partition template, and must have the exact same data type (including width, precision, and scale) as the partitioned variable itself.