Quote:
|
Originally Posted by rhayabusa
Thanks a lot. How about demoting a process while it is running?
|
No no, do not do that , if you are runing an update process and you kill the process with force command , your process will go to rollback process and you will be in trouble, you should kill the process (as a root) by unix command
kill -9 .....
sometime even this command does not work and you should use db2_kill command
at the worst case you should reboot the system.