RE: Killed status

2002-12-26 Thread Richard Ji
You run oradebug from sqlplus. SQL oradebug help HELP [command] Describe one or all commands SETMYPID Debug current process SETOSPID ospid Set OS pid of process to debug SETORAPID orapid ['force']Set

RE: Killed status

2002-12-26 Thread Ashraf Salaymeh
To disconnect the session use this : Alter system disconnect session 'sid,serial#' post_transaction; --- Richard Ji [EMAIL PROTECTED] wrote: You run oradebug from sqlplus. SQL oradebug help HELP [command] Describe one or all commands SETMYPID

Killed status

2002-12-25 Thread shuan.tay\(PCI\)
Dear all DBAs, Is there any way to remove the lock of table which status is already marked as "killed"? No matter how many times i try to kill the session, it still marked as "killed", but it still won't release the lock. Thanks in advance.

Re: Killed status

2002-12-25 Thread chao_ping
shuan.tay\(PCI¾G¸R³Ô\), Hi, It is because oracle will have to wake up pmon to rollback those uncommitted transactions, so, the lock cannot be released befor the rollback complete. You have to wake. Some trick said in this list is that you use oradebug to wake up

Re: Killed status

2002-12-25 Thread Arup Nanda
and that will give you some indication how fast the roll back is taking place. HTH Arup Nanda www.proligence.com - Original Message - From: shuan.tay(PCI¾G¸R³Ô) To: Multiple recipients of list ORACLE-L Sent: Wednesday, December 25, 2002 10:48 PM Subject: Killed status

Re: Killed status

2002-12-25 Thread shuan.tay\(PCI\)
chao_ping, where to find the oradebug? is it a command? what should i do to run the oradebug? - Original Message - To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Sent: Thursday, December 26, 2002 1:33 PM shuan.tay\(PCI¾G¸R³Ô\), Hi, It is because oracle will have to wake up

Re: Killed status

2002-12-25 Thread Jared Still
You don't mention the version of database. It's not completely unheard of for a killed session holding a lock to require a database bounce to release the lock, as there are (unreproducable) cases of PMON never cleaning up a session that was killed while holding a lock. I've seen it happen a