473,509 Members | 2,828 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DB2 8.2 UDF_MEM_SZ / ASL_HEAP_SZ

Hi,

the install guide of an application which will use our DB2 database
enumerate some DB2 parameters that have to be changed.

db2 => update dbm cfg using udf_mem_sz 6000

But this paramter does not exist in DB 8.2.

Version 8 incompatibilities with previous releases
<http://publib.boulder.ibm.com/infocenter/db2help/index.jsp?topic=/com.ibm.db2.udb.doc/admin/r0008109.htm>
* udf_mem_sz: UDFs no longer pass data in shared memory, so this parameter
is not supported

I found an old posting that mentioned the parameter ASL_HEAP_SZ as
alternative for udf_mem_sz. I'm not sure if I should use the same value
(6000) for ASL_HEAP_SZ that is mentioned in the install guide for
udf_mem_sz.

Ralf
Nov 12 '05 #1
2 2053
Ralf Gross wrote:
Hi,

the install guide of an application which will use our DB2 database
enumerate some DB2 parameters that have to be changed.

db2 => update dbm cfg using udf_mem_sz 6000

But this paramter does not exist in DB 8.2.

Version 8 incompatibilities with previous releases
<http://publib.boulder.ibm.com/infocenter/db2help/index.jsp?topic=/com.ibm.db2.udb.doc/admin/r0008109.htm> * udf_mem_sz: UDFs no longer pass data in shared memory, so this parameter
is not supported

I found an old posting that mentioned the parameter ASL_HEAP_SZ as
alternative for udf_mem_sz. I'm not sure if I should use the same value
(6000) for ASL_HEAP_SZ that is mentioned in the install guide for
udf_mem_sz.


That's correct. UDF_MEM_SZ doesn't exist any longer (but you won't get an
error trying to set it - it will just be ignored). ASL_HEAP_SZ uses a
different unit to specify the amount of memory, and the memory utilization
is also different. So using the 6000 is not a good idea.

You might want to ask the application vendor what they recommend for DB2 V8
now. Or you just install the application and run it and handle
out-of-memory problems when they occur, i.e. just reactive.

--
Knut Stolze
DB2 Information Integration Development
IBM Germany
Nov 12 '05 #2
Knut Stolze wrote:
Ralf Gross wrote:

the install guide of an application which will use our DB2 database
enumerate some DB2 parameters that have to be changed.

db2 => update dbm cfg using udf_mem_sz 6000

But this paramter does not exist in DB 8.2.

Version 8 incompatibilities with previous releases

<http://publib.boulder.ibm.com/infocenter/db2help/index.jsp?topic=/com.ibm.db2.udb.doc/admin/r0008109.htm>
* udf_mem_sz: UDFs no longer pass data in shared memory, so this parameter
is not supported

I found an old posting that mentioned the parameter ASL_HEAP_SZ as
alternative for udf_mem_sz. I'm not sure if I should use the same value
(6000) for ASL_HEAP_SZ that is mentioned in the install guide for
udf_mem_sz.


That's correct. UDF_MEM_SZ doesn't exist any longer (but you won't get an
error trying to set it - it will just be ignored). ASL_HEAP_SZ uses a
different unit to specify the amount of memory, and the memory utilization
is also different. So using the 6000 is not a good idea.

You might want to ask the application vendor what they recommend for DB2 V8
now. Or you just install the application and run it and handle
out-of-memory problems when they occur, i.e. just reactive.


I asked them right after I noticed that UDF_MEM_SZ doesn't exist
anymore. They recommended to stay with the default paramter and keep in
mind to change this parameter if problems occure. It's somewhat funny
that db2 8.x is certified for this application...

Ralf
Nov 12 '05 #3

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

Similar topics

2
6612
by: Ralf Gross | last post by:
Hi, I have an java application that throws the following exceptions. COM.ibm.db2.jdbc.DB2Exception -- COM.ibm.db2.jdbc.DB2Exception: SQL0973N Not enough storage is available in the...
11
5263
by: Mike | last post by:
Looking to find any information on how to properly configure multiple instances of DB2. This is on Win2k db2 ver 7.2. I am basically looking for information on how the multiple instance settings...
3
4953
by: Nils Ottar Molde | last post by:
Hi all. Here's the problem. Created one instance db2inst1, started the database manager, and created a database (XDTGOM). Everything works perfect. Stopped the database manager for this...
1
1824
by: Jean-Marc Blaise | last post by:
Dear all, The V8.2 Information Center states "udf_mem_sz : UDFs no longer pass data in shared memory, so this parameter is not supported". But you find some programs displaying the udf_mem_sz...
0
7137
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...
0
7347
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,...
0
7416
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...
0
7506
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...
0
5656
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
1
5062
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...
0
4732
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and...
1
779
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
443
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...

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.