Update backup_rman_AL_fct_FRA_Usage.sh

This commit is contained in:
Yacine31
2023-12-22 19:59:33 +01:00
parent fca1f601cc
commit 32d61233ac

View File

@@ -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