Database Error Messages

OCI-01428

Argument string is out of range.

Cause

An invalid value for a mathematical function argument was specified. For example: SELECT SQRT(-1) "Square Root" FROM DUAL.


Action

Check the Oracle documentation. Find the valid arguments, correct the request, and retry the operation.