From 22255213cc9b8a3e80b98c9b4b8333ae846d35d4 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Fri, 26 Nov 2021 09:03:41 +0100 Subject: [PATCH] Update check_rman_backup.sh --- check_rman_backup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/check_rman_backup.sh b/check_rman_backup.sh index 6839b0a..ff3842f 100755 --- a/check_rman_backup.sh +++ b/check_rman_backup.sh @@ -32,7 +32,7 @@ test_dba; #--------------------------------------------------------------------------- # for r in $(ps -eaf | grep pmon | grep -v grep | cut -d '_' -f3) -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|ASM|APX' | cut -d '_' -f3) do # echo " Base de donnee a traiter: " $r export ORACLE_SID=$r