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

SQL*Loader-00115: Invalid direct path option

1 Answers  


ORA-23361: materialized view "string" does not exist at master site

1 Answers  


ORA-06928: CMX: wrong ORACLE_SID

1 Answers  


NCR-04011: NCRR: Oracle Names error

1 Answers  


DRG-11520: error writing to file

1 Answers  






RMAN-06116: cannot crosscheck unavailable object

1 Answers  


ORA-39117: Type needed to create table is not included in this operation. Failing sql is: string

1 Answers  


IMP-00035: input file string must be on a disk

1 Answers  


NNL-00538: stop|shutdown [<server_list>] : stop one or more Names servers

1 Answers  


RMAN-03019: asynchronous RPCs are NOT working

1 Answers  


ORA-26030: index string.string had string partitions made unusable due to:

0 Answers  


ORA-15110: no diskgroups mounted

1 Answers  


Categories