Error 1000094

"Sufficient memory cannot be found for the LOAD. Increasing the Load_Memory_MB or decreasing the BLOCK FACTOR or BLOCK SIZE will allow the LOAD to proceed. %1"

Item Description

SQLCode

-1000094L

Constant

EMSG_BLOCK_FACTOR_SIZE_LOAD_MEMORY

SQLState

QDA94

ODBC 2 State

ERROR

ODBC 3 State

ERROR

Sybase Error Code

20754

Severity Code

14

Parameter 1

Location of the exception.

Probable cause

When the user explicitly sets Load_Memory_MB, the LOAD process applies various heuristics for load parameters in an attempt to find a combination such that the memory required is not more than what the user specified. For a fixed width LOAD, BLOCK FACTOR indicates the minimal number of rows that must be read into memory for each read. The default BLOCK FACTOR is 10,000. Decreasing the BLOCK FACTOR will make the LOAD's internal memory requirements smaller. For a variable length input LOAD, BLOCK SIZE represents the size in bytes in which input data should be read. The default BLOCK SIZE is 500,000 bytes. Decreasing the BLOCK SIZE for a variable width input load will reduce LOAD's memory requirements. Alternatively, the Load_Memory_MB option setting could be raised.


Created May 6, 2011. Send feedback on this help topic to Sybase Technical Publications: pubs@sybase.com