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



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

Answer / guest

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

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

Please add more information about this Error

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Oracle Errors Interview Questions

ORA-14406: updated partition key is beyond highest legal partition key

1 Answers  


ORA-00025: failed to allocate string

1 Answers  


ORA-03247: Invalid block number specified

1 Answers  


ORA-09823: device name is too long

1 Answers  


ORA-26712: remote object is "string"."string"\@"string"

1 Answers  


ORA-32604: invalid REBUILD option

1 Answers  


O2I-00122: Invalid filename for the INITFILE file

1 Answers  


ORA-12490: DBHIGH cannot be lowered

1 Answers  


ORA-22606: pickler image handle [string] is not well-formed

1 Answers  


SQL-02145: Invalid dynamic descriptor

1 Answers  


ORA-01374: _log_parallelism_max greater than 1 not supported in this release

1 Answers  


ORA-16175: cannot shut down database when media recovery is active

1 Answers  


Categories