HomeOracleOracle Error ORA-06505: PL/SQL: variable requires more than 32767 bytes of contiguous memory

Oracle Error ORA-06505: PL/SQL: variable requires more than 32767 bytes of contiguous memory

Oracle Error Message

ORA-06505: PL/SQL: variable requires more than 32767 bytes of contiguous memory

Reason for the Error

A PL/SQL variable was declared with a constraint which required more than 32767 bytes of memory. PL/SQL does not currently support allocations of contiguous memory greater than 32767 bytes.

Solution

Consider reducing the constraint in the variable declaration. If that is not possible, try changing the database or national character set to such, that requires less memory for the same constraint. Note: changing the character set will impact execution of all PL/SQL code.

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