HomeOracleOracle Error PLS-00622: range constraints must be between -2147483647 and 2147483647

Oracle Error PLS-00622: range constraints must be between -2147483647 and 2147483647

Oracle Error Message

PLS-00622: range constraints must be between -2147483647 and 2147483647

Reason for the Error

The range constraints specified for a pls_integer or binary_integer declaration did not fall between -2147483647 and 2147483647.

Solution

Use range constraints between -2147483647 and 2147483647.

Share:

Leave a Reply

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...