Database Error Messages

OCI-01768

number string too long

Cause

A number entered exceeded the limit of 255 characters, including digits, sign, decimal point, and exponent.


Action

Shorten the number string, perhaps by expressing it in scientific notation, for example, 1.85E9 instead of 1,850,000,000.