标题: ORA-06505: PL/SQL: variable requires more than 32767 bytes of contiguous memory [打印本页] 作者: admin 时间: 2016-7-26 16:58 标题: ORA-06505: PL/SQL: variable requires more than 32767 bytes of contiguous memory ORA-06505: PL/SQL: variable requires more than 32767 bytes of contiguousmemory Cause: A PL/SQL variable wasdeclared 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 theconstraint in the variable declaration. If that is not
possible, try changing the database or national character set to such, thatrequires
less memory for the same constraint. Note: changing the character set willimpact
execution of all PL/SQL code.