From 32d61233acad2ceb8b3751378f89e24f4de50c67 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Fri, 22 Dec 2023 19:59:33 +0100 Subject: [PATCH] Update backup_rman_AL_fct_FRA_Usage.sh --- backup_rman_AL_fct_FRA_Usage.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backup_rman_AL_fct_FRA_Usage.sh b/backup_rman_AL_fct_FRA_Usage.sh index 83667b8..a3afca5 100644 --- a/backup_rman_AL_fct_FRA_Usage.sh +++ b/backup_rman_AL_fct_FRA_Usage.sh @@ -38,5 +38,8 @@ pct_fra_used=$(echo ${fra_usage} | egrep -o "[0-9]*") # if [ "${pct_fra_used}" -gt ${pct_limit} ] then + echo ${pct_fra_used} : backup des archivelog necessaire par script ${action_script} sh ${action_script} +else + echo ${pct_fra_used} : backup des archivelog non necessaire fi