HomeOracleOracle Error OCI-21560: argument string is null, invalid, or out of range

Oracle Error OCI-21560: argument string is null, invalid, or out of range

Oracle Error Message

OCI-21560: argument string is null, invalid, or out of range

Reason for the Error

The argument is expecting a non-null, valid value but the argument value passed in is null, invalid, or out of range. Examples include when the LOB/FILE 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, etc.

Solution

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

Share:

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

Oracle Error Message CLSGN-32767: Internal error. Reason for the Error An unexpected error occurred. Solution Examine the message(s) that accompany...
Oracle Error Message CLSGN-00211: OCR batch operation failed. string Reason for the Error Setting a set of Oracle Cluster Registry...
Oracle Error Message CLSGN-00210: failed to get value for OCR key “string”. string Reason for the Error It was not...