> I understand what you are saying and am aware of that.
>
> But why is it showing the future value (20000) in the get db cfg and
> not the current value of 18000.
> > I understand what you are saying and am aware of that.
>
[quoted text clipped - 5 lines]
>
> This is why IBM added the 'SHOW DETAIL' option.
May I ask what the meaning of what is the difference when referring
to db cfg parameters between 'in memory' and 'on disc'?
Which one is currently being used?
Roger - 22 Jan 2008 14:18 GMT
datapro01, it means you have the setting 18000 running on the
database. And when DB2 gets a chance it will increase the setting to
20000. In other words, this setting is like a windows setting that
requires a reboot to come into effect.
HTH
Roger
> May I ask what the meaning of what is the difference when referring
> to db cfg parameters between 'in memory' and 'on disc'?
> Which one is currently being used?
Ian - 23 Jan 2008 10:47 GMT
>>> I understand what you are saying and am aware of that.
>>> But why is it showing the future value (20000) in the get db cfg and
[quoted text clipped - 7 lines]
> to db cfg parameters between 'in memory' and 'on disc'?
> Which one is currently being used?
"In memory" means the current active value of the parameter.
"On Disk" means that value of the parameter the next time the database
is activated.
datapro01 - 23 Jan 2008 20:09 GMT
Thanks Ian
datapro01 - 29 Jan 2008 19:28 GMT
> Thanks Ian
IBM just admitted that there is a problem with the stats heap
parameter in the get db cfg command db2 version 9.
Action Taken : I tested what the customer is seeing. yes this
is
incorrect
behavior.
I updated the db cfg for STAT_HEAP_SZ from the default of 4384 to
10000
and I did not bounce db2 or deactivate the db in anyway. the results
are
below.
[phaus@ts-phaus ~]$ db2 get db cfg show detail | grep -i
STAT_HEAP_SZ
Statistics heap size (4KB) (STAT_HEAP_SZ) = 4384
10000
[phaus@ts-phaus ~]$ db2 get db cfg | grep -i
STAT_HEAP_SZ
Statistics heap size (4KB) (STAT_HEAP_SZ) =
10000
Action Plan : I will enter an APAR for
this.
.NextCT 2008-01-30