Database Error Messages

Release
toggle
  • 23ai
  • 21c
  • 19c
Updated
Jun 24, 2024

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.