From ad1f4786d2fb12b5eae79529684fe2eacb187e13 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Sun, 12 Nov 2023 05:25:50 +0100 Subject: [PATCH] Update rapport_mensuel.sh --- rapport_mensuel.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rapport_mensuel.sh b/rapport_mensuel.sh index 20c41c6..93d0133 100644 --- a/rapport_mensuel.sh +++ b/rapport_mensuel.sh @@ -1,7 +1,7 @@ DATETIME=`date +%Y%m%d%H%M` HNAME=$(hostname) -for r in $(ps -eaf | grep pmon | egrep -v 'grep|ASM1|APX1' | cut -d '_' -f3) +for r in $(ps -eaf | grep pmon | egrep -v 'grep|APX1' | cut -d '_' -f3) do export ORAENV_ASK=NO export ORACLE_SID=$r