If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > DB2 > db2 error message

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-16-07, 04:02
franka franka is offline
Registered User
 
Join Date: Feb 2007
Posts: 10
db2 error message

Please assist me in correcting this error:

DBA2191E SQL execution error.

com.ibm.db.DataException: A database manager error occurred. : [IBM][CLI Driver][DB2/NT] SQL0973N Not enough storage is available in the "APP_CTL_HEAP" heap to process the statement. SQLSTATE=57011
Reply With Quote
  #2 (permalink)  
Old 04-16-07, 07:20
guyprzytula guyprzytula is offline
Registered User
 
Join Date: Jun 2006
Posts: 471
some info from online infocenter
# Change the value to the recommended value of 1024 (4-KB pages) or to a larger value. You can issue the following command, where db_name identifies your database:
UPDATE DATABASE CONFIGURATION FOR db_name USING APP_CTL_HEAP_SZ 1024
# Disconnect all applications from the database.
__________________
Best Regards, Guy Przytula
DB2 UDB LUW certified V6/7/8
Reply With Quote
  #3 (permalink)  
Old 04-16-07, 10:10
franka franka is offline
Registered User
 
Join Date: Feb 2007
Posts: 10
Thanks...it worked.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On