Re: Detecting dying Windows-Clients w. ORA-V7.2

From: Gerard Schaller <schaller_at_cui.unige.ch>
Date: 1996/02/20
Message-ID: <1996Feb20.082005.13591_at_news.unige.ch>#1/1


If you are shuting down your databases at night for a cold backup you can use the following crontab command: ps -elf | grep -i 'daemon' | grep -i 'T:'|grep -i `date |awk '{print $2}'`| kill -9 `awk '{print $4}'`

-- 
     +----------------------------------------------------------------+

| Dr.Schaller Gerard |
| University of Geneva |
| Computer Science Services |
| 24 rue General-Dufour e-mail: Gerard.Schaller_at_seinf.unige.ch|
| CH-1211 Geneva 4 fax: +41 22 705 79 86 |
| Switzerland phone: +41 22 705 71 87 |
+----------------------------------------------------------------+
Received on Tue Feb 20 1996 - 00:00:00 CET

Original text of this message