Database Error Messages

ORA-64744

Argument string is null, invalid, or out of range.

Cause

The argument was expecting a non-null, valid value but the argument value passed in was null, invalid, or out of range.


Action

Check your program and correct the caller of the routine to not pass a null, invalid or out-of-range argument value.