Database Error Messages

OCI-43405

Value 'string' is out of bounds.

Cause

The specified value does not fall within the supported range. For integers, the range is [0, 18446744073709551614] and for float, the range is [0.0, 3.4E+38].


Action

Replace the out of bound value with a value from the supported range.