Database Error Messages

OCI-21560

argument at position string is null, invalid, or out of range

Cause

The value of the argument at the specified position was null, invalid, or out of range. For example, when a LOB or BFILE positional or size argument has a value outside the range 1 through (4GB - 1), or when an invalid open mode is used to open a file. This error is reported when an API is invoked with invalid arguments.


Action

Correct the API call in your program to not pass a null, invalid or out of range argument value.