%2 MB is not sufficient for the load, update, or delete. %1
Item |
Value |
|---|---|
SQLCode |
-1000014 |
Constant |
EMSG_INSUFFICIENT_LOAD_MEMORY |
SQLState |
QDA14 |
ODBC State |
ERROR |
Parameter 1 |
location of the exception |
Parameter 2 |
user specified upper bound on megabytes of heap memory load/delete/update can actually use |
The user can control the amount of heap memory a load/delete/update process (LOAD, INSERT VALUE, DELETE, SYNCHRONIZE, UPDATE) can use via the Load_Memory_MB option. If this memory limit is not sufficient for the load/delete/update to run, then this exception is raised. To proceed, the user must either turn off the limit (i.e., set Load_Memory_MB to zero) or increase the limit.