473,666 Members | 2,144 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

"Package Cache Overflow" in db2diag.log?

aj
DB2 v8 FP5
Red Hat AS/EL 2.1

I found the following in my db2diag.log:

2004-09-07-10.01.37.747898 Instance:oltp Node:000
PID:14637(db2ag ent (NDRDB)) TID:8192 Appid:C0455584. K508.00E5071411 35
access plan manager sqlra_cache_mem _please Probe:21 Database:NDRDB

Package Cache Number Overflows
0x10105374 : 0x00000002 ....

2004-09-07-10.01.37.754008 Instance:oltp Node:000
PID:14637(db2ag ent (NDRDB)) TID:8192 Appid:C0455584. K508.00E5071411 35
access plan manager sqlra_cache_mem _please Probe:60 Database:NDRDB

Package Cache Overflow

2004-09-07-10.01.40.202689 Instance:oltp Node:000
PID:14637(db2ag ent (NDRDB)) TID:8192 Appid:C0455584. K508.00E5071411 35
access plan manager sqlra_cache_mem _please Probe:70 Database:NDRDB

Package Cache Overflow #2 Resolved.
memory needed: 14944
current used size (OSS): 8559076
maximum cache size (APM): 9535487
maximum used size (OSS): 15974400
owned size (OSS): 14745600

Any ideas whats going on? What config value should I change?

TIA

aj
Nov 12 '05 #1
1 2582
Hi,

aj wrote:
DB2 v8 FP5
Red Hat AS/EL 2.1

I found the following in my db2diag.log:

2004-09-07-10.01.37.747898 Instance:oltp Node:000
PID:14637(db2ag ent (NDRDB)) TID:8192 Appid:C0455584. K508.00E5071411 35
access plan manager sqlra_cache_mem _please Probe:21 Database:NDRDB


Well, you seem to use SMP (INTRA_PARALLEL ON). I went sick fiddling with
Parameters until IBM-Support pointed me to APAR IY55389. This looks very
much like this and was fixed with Fixpack 6. If you cannot install FP6
soon, disabling INTRA_PARALLEL would be a (poor) workaround.

have fun,

Norbert

Nov 12 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

4
5759
by: John | last post by:
I have read somewhere else in this newsgroup that the way to avoid the message (Warning: Page has Expired blah, blah blah ... ) when one presses the back button is to place the statement header("Cache-Control: public"); at the top of the script. I have done this but I still get the annoying message. The session.cache_expire in php.ini is set to 180. I am using shared SSL. Thank you for you help
4
44104
by: Spook | last post by:
Running a particular Access report or the query associated with it brings up the warning "Overflow". What does this mean? WhatI have I done wrong? Both report and query were fine before lunch and the only thing I have changed is updated the data from one of the tables it pull info from. HELP!!!!!!!!!!!!!!!!!!! PLEASE
14
2089
by: TTroy | last post by:
Hello, can anyone explain why the following function will not work for INT_MIN: /* itoa: convert n to characters in s */ void itoa(int n, char s) { int i, sign; if((sign = n) < 0) /* record sign */
2
16674
by: Jason Huang | last post by:
Hi, Kind of spending too much time on the no-cache issue and found out something like <% Response.CacheControl = "no-cache" %>. In my ASP.Net, a C# .aspx file, where do I put the <% Response.CacheControl = "no-cache" %>? Is this enough to fix the Caching bug? Thanks for help. Jason
4
2746
by: Guadala Harry | last post by:
Is there any way for one Session to remove and update objects in another Session? I seriously doubt it, but thought I'd ask. Here's why: I have some data that is unique per user (or per session - similar to "welcome back, Jim" after Jim logs in) and consumed across multiple pages. This "per user" data lives in a database, so toward improving runtime performance I want to cache data supporting this and similar per user features. Because the...
3
44728
by: SheldonMopes | last post by:
I sometimes get a pop-up box that reads "Overflow" and the module that is executing pauses. It doesn't get caught by my error trapping, and it seems to be randow. By random, I mean usually in the same section of code, but I can run the code a few times, then it appears. I can't reproduce it when I want to, and I have no idea what is causing it. Any ideas ? Thanks By the way the code is some record manipulation of 2 recordsets.
2
5156
by: SAL | last post by:
I have the following line of code in my Page_Load Event of my ASP.net page: txtExplanationofChange.Attributes.Add ("style","overflow :hidden"); which allows me to can turn off the Scrollbar of my multiline textbox. I am still fairly new to developing in ASP.net and C#, and I'm not sure if there is a better way to disable the scrollbar. The code above turns off the scrollbar just fine, however the textbox does not remain in the location...
17
4233
by: StevePBurgess | last post by:
A really simple script is driving me up the wall. I have a very simply facility on a website to allow the user to reorder items in a database table as she wishes by clicking a link that (in this case) says "MOVE UP" and links to the script below. This script snippet that does all the work is shown - the database connection is established and after doing its work the script returns the user to the referring page.
1
2983
by: rileyjane | last post by:
Hello, I am running a Union query in Access 2003 that combines two other queries. When I run each query individually, they open fine with no problems. But when I try to run the Union query, I get the Overflow message. I have seen in other posts that the Overflow message usually comes up when a query operation provides a result that is too large to fit in the underlying field size. But if that were the case, wouldn't I get the Overflow...
0
8444
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8356
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8869
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8781
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8639
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6198
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4368
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2771
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1775
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.