Database Error Messages

OCI-33218

(CINSERT04) %a %K workspace object number number
%1p is not a valid value for the %2p dimension. Values for this dimension can have at most %3p significant digits after rounding to %4p decimal places.

Cause

The user attempted to insert a value that had too many digits for a NUMBER dimension. For example, the user might have tried to insert the value 99999 (5 digits) into a dimension of data type NUMBER(4).


Action

Use a smaller number for the dimension value, or define a new dimension with a larger precision and replace the old dimension with the new one.