From e9a3e938b66da5ef13edb4b248d4accd9bc3c946 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Wed, 24 Nov 2021 06:22:51 +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 ac46096..80cad6e 100644 --- a/check_rman_backup.sh +++ b/check_rman_backup.sh @@ -34,7 +34,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) do -echo " Base de donnee a traiter: " $r +# echo " Base de donnee a traiter: " $r export ORACLE_SID=$r . oraenv -s # echo $ORACLE_SID $ORACLE_HOME