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-12708: error while loading create database NLS parameter string

1 Answers  


RMAN-06009: using target database controlfile instead of recovery catalog

1 Answers   HP,


ORA-22297: warning: Open LOBs exist at transaction commit time

1 Answers  


DRG-11612: URL store: unknown host specified in string

1 Answers  


ORA-13211: failed to tessellate the window object

1 Answers  






NNL-00810: Queries received with no type: number

1 Answers  


ORA-01570: MINEXTENTS must be no larger than the string extents currently allocated

1 Answers  


ORA-29513: referenced class name too long

1 Answers  


ORA-28102: policy does not exist

1 Answers  


ORA-37070: You may not execute OLAP DML programs in a parallel query session.

1 Answers  


QSM-02035: no filter conditions are present in the HAVING clause

1 Answers  


NNL-01055: Requests received: number

1 Answers  


Categories