Sybase Error – %2 MB is not sufficient for the load, update, or delete. %1

In this blog post, you’ll learn more about the Sybase Error %2 MB is not sufficient for the load, update, or delete. %1 and the reason for receiving this error

Sybase SQL Error Message

%2 MB is not sufficient for the load, update, or delete. %1

Reason for this Error

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 isn’t sufficient for the load/delete/update to run, then this exception is raised. To proceed, the user must either turnoff the limit (i.e., set Load_Memory_MB to zero) or increase the limit.

Leave A Reply

Your email address will not be published. Required fields are marked *

You May Also Like

In this blog post, you’ll learn more about the Sybase Error Seek failed: the requested segment offset %2 is outside...
In this blog post, you’ll learn more about the Sybase Error No indicator variable provided for NULL result and the...
In this blog post, you’ll learn more about the Sybase Error %2: Memory & disk block number mismatch; buffer={%3} page={%4}....