Update backup_archive_fnct_FRA.sh

This commit is contained in:
Yacine31
2023-12-22 19:34:07 +01:00
parent 840591dfc8
commit b77659d0dc

View File

@@ -29,6 +29,7 @@ fra_usage=$(sqlplus -s '/ as sysdba' << EOF
set pages 0 feedback off;
select round(sum(percent_space_used),0) from v\$flash_recovery_area_usage;
EOF
| egrep -o "[0-9]*")
)
echo ${fra_usage} | egrep -o "[0-9]*"
echo ${fra_usage}