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 Dialog is Growing

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 04-02-07, 11:31
d_mohan81 d_mohan81 is offline
Registered User
 
Join Date: Feb 2007
Posts: 31
DB2 Dialog is Growing

Hi,
DB2 dialog is growing frequently."DBHEAP out of memory, try UTILHEAP" message keeps appending on. IS there any solution to stop this erro message
Version v.8.1.080
Fix Pack :8
__________________
Regards
Mohan
Reply With Quote
  #2 (permalink)  
Old 04-02-07, 12:24
d_mohan81 d_mohan81 is offline
Registered User
 
Join Date: Feb 2007
Posts: 31
This is the error message found in db2dialog

2007-04-02-15.21.26.007355+000 I511003195C299 LEVEL: Error
PID : 5783788 TID : 1 PROC : db2loggw (WPSDB) 0
INSTANCE: ucv22q NODE : 000
FUNCTION: DB2 UDB, data protection, sqlpgole, probe:350
MESSAGE : Error -1961951227 opening database log extent 752:

2007-04-02-15.21.26.020451+000 I511003495C284 LEVEL: Warning
PID : 5783788 TID : 1 PROC : db2loggw (WPSDB) 0
INSTANCE: ucv22q NODE : 000
FUNCTION: DB2 UDB, data protection, sqlpgile, probe:330
MESSAGE : DBHEAP out of memory, try UTILHEAP

2007-04-02-15.21.26.032637+000 I511003780C299 LEVEL: Error
PID : 5783788 TID : 1 PROC : db2loggw (WPSDB) 0
INSTANCE: ucv22q NODE : 000
FUNCTION: DB2 UDB, data protection, sqlpgole, probe:350
MESSAGE : Error -1961951227 opening database log extent 752:
__________________
Regards
Mohan
Reply With Quote
  #3 (permalink)  
Old 04-02-07, 13:50
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
First, what OS are you running on? What is your config parameter for UTILHEAP?

Andy
Reply With Quote
  #4 (permalink)  
Old 04-03-07, 05:17
d_mohan81 d_mohan81 is offline
Registered User
 
Join Date: Feb 2007
Posts: 31
OS : IBM AIX
Utilities heap size (4KB) (UTIL_HEAP_SZ) = 5000
__________________
Regards
Mohan
Reply With Quote
  #5 (permalink)  
Old 04-03-07, 08:04
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
What is the value of DBHEAP?

Andy
Reply With Quote
  #6 (permalink)  
Old 04-03-07, 08:12
d_mohan81 d_mohan81 is offline
Registered User
 
Join Date: Feb 2007
Posts: 31
DBHEAP size value,

Database heap (4KB) (DBHEAP) = 120
__________________
Regards
Mohan
Reply With Quote
  #7 (permalink)  
Old 04-03-07, 08:38
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
There is your problem, DBHEAP is too small. The default is 1200. You should increase it to at least 1200. And then if you continue to get the error, increase it slowly until the error goes away.

Andy
Reply With Quote
  #8 (permalink)  
Old 04-03-07, 10:35
stolze stolze is offline
Registered User
 
Join Date: Jan 2007
Location: Jena, Germany
Posts: 2,662
Run the DB2 Configuration Advisor and have a look at the suggestion it gives for your memory/heap configurations.
__________________
Knut Stolze
IBM DB2 Analytics Accelerator
IBM Germany Research & Development
Reply With Quote
  #9 (permalink)  
Old 04-03-07, 11:15
d_mohan81 d_mohan81 is offline
Registered User
 
Join Date: Feb 2007
Posts: 31
For modifying this DBHEAP we have to restart the database..?
__________________
Regards
Mohan
Reply With Quote
  #10 (permalink)  
Old 04-03-07, 11:26
ARWinner ARWinner is offline
Registered User
 
Join Date: Jan 2003
Posts: 3,575
Yes, you will need to restart the DB. But you do not need to restart the DBM. If you issued ACTIVATE DB, then you will have to have all connections disconnect (or use FORCE APPLICATIONS), then DEACTIVATE the db. Otherwise just have all the connections disconnect.

Andy
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