| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: How do I check whether a rollback activity is going on
Yeah, ok, I forgot that in my youth the number one was typed by using the key immediately right of the K and the number zero was typed by using Shift and the key between I and P. I really meant "kill -l" using the letter to the right of the K, not that numeric symbol on the top row of the keyboard. Been a long time since I used "kill -9 -1" -- I got out of the habit during my time on HPUX.
And if anyone wants to try Jared's approach, be sure to log in as the oracle user on a critical production system and have your resume up to date 8-)
Kevin Kennedy
First Point Energy Corporation
-----Original Message-----
Sent: Tuesday, July 16, 2002 12:51 PM
To: Multiple recipients of list ORACLE-L
Kevin,
Too much work!
Just use: kill -9 -1
;) you better read the man page first on this one.
Jared
"kkennedy" <kkennedy_at_firstpoint.com>
Sent by: root_at_fatcity.com
07/16/2002 12:23 PM
Please respond to ORACLE-L
To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com>
cc:
Subject: RE: How do I check whether a rollback activity is going on
I found this once but can't seem to find the full details at the moment. This will help though (Solaris8):
kill -l # lists all kill signal names
kill -l KILL # lists numeric equivalent for signal name KILL
and then if you wish to obsess on the subject:
for x in $(kill -l)
do
print $x $(kill -l $x)
done
Kevin Kennedy
First Point Energy Corporation
-----Original Message-----
Sent: Tuesday, July 16, 2002 11:41 AM
To: Multiple recipients of list ORACLE-L
I was wondering where a list of kill signals (kill -1, kill -9 etc) can be found.
I've always used kill -9 but I'd rather try something less drastic first, even though I've never run into problems using kill -9 pid before. man pages don't seem to list the signals (Solaris 7).
thanks
mkb
(hmmm....can you say mutating thread...)
-- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: mkb INET: mkb125_at_yahoo.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: kkennedy INET: kkennedy_at_firstpoint.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: INET: Jared.Still_at_radisys.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing). -- Please see the official ORACLE-L FAQ: http://www.orafaq.com -- Author: kkennedy INET: kkennedy_at_firstpoint.com Fat City Network Services -- (858) 538-5051 FAX: (858) 538-5051 San Diego, California -- Public Internet access / Mailing Lists -------------------------------------------------------------------- To REMOVE yourself from this mailing list, send an E-Mail message to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in the message BODY, include a line containing: UNSUB ORACLE-L (or the name of mailing list you want to be removed from). You may also send the HELP command for other information (like subscribing).Received on Tue Jul 16 2002 - 15:38:21 CDT
![]() |
![]() |