rdevarajan
Programmer
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 access plan , it just hangs... my machine starts going to 100% utilisation and hangs...
Normally to execute a statment with many triggers we increase the statement heapsioze..this statement executes fine. So i am not sure whats happening.
Please throw some light...
cheers
R
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 access plan , it just hangs... my machine starts going to 100% utilisation and hangs...
Normally to execute a statment with many triggers we increase the statement heapsioze..this statement executes fine. So i am not sure whats happening.
Please throw some light...
cheers
R