Update backup_rman_AL_fct_FRA_Usage.sh
This commit is contained in:
@@ -38,5 +38,8 @@ pct_fra_used=$(echo ${fra_usage} | egrep -o "[0-9]*")
|
|||||||
#
|
#
|
||||||
if [ "${pct_fra_used}" -gt ${pct_limit} ]
|
if [ "${pct_fra_used}" -gt ${pct_limit} ]
|
||||||
then
|
then
|
||||||
|
echo ${pct_fra_used} : backup des archivelog necessaire par script ${action_script}
|
||||||
sh ${action_script}
|
sh ${action_script}
|
||||||
|
else
|
||||||
|
echo ${pct_fra_used} : backup des archivelog non necessaire
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user