Hi
is there a way to find out the total memory used by Db2 at any given instant.
i used db2mtrk and get snapshot. But not sure if tehre is any direct paramteer to check. I heard there is something new in version 8..
any ideas?
cheers,
raj
We are using db2 UDB on aix v8
Through control centre I am trying to get the access plan for an update statment
update orders
set (orstat, orustmp) = (?, current timestamp)
where orrfnbr = ? and
orstat =?
WE have around 4 triggers attached to the orders table.
When i try getiing the...
Thanks.
Even when i use aliases, it does not work. Yes i did run runstats to update everything beofre trying the query
Also if i add
orrfnbr = ?
in the where clause immedietly the accessplan picks up the index . But we cannot use this separately and hence are joining orrfnbr ( order...
SELECT ORRFNBR, ORMENBR, ORSHNBR, ORMORDER
FROM
ORDERS, ordext, SLOTRESERVATION, SLOTSERVICE
WHERE
srornbr = orrfnbr AND
orrfnbr = oeornbr AND
srstat IS NULL AND
srservice = ssrfnbr AND
srbrnbr = ? and
oereviewed = 0 and
orshnbr = srshnbr...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.