Previous Topic: -9 - ILLEGAL COLUMN NAME: aaaaNext Topic: -12 - COLUMN FUNCTIONS NOT ALLOWED IN SET CLAUSE OF QUERY


-10 - UNABLE TO ALLOCATE MEMORY

Reason:

Required memory cannot be allocated. This problem may be caused by a program loop that is allocating storage repeatedly or a program with too many statements (especially cursors) open at the same time.

The SQLSTATE that equates to this SQL return code is 57011.

Action:

If possible, increase the amount of available primary storage. Check for and eliminate a possible program loop. Run jobs involved consecutively rather than concurrently.