Update DailyCheckList.sh

This commit is contained in:
Yacine31
2023-01-30 05:47:58 +01:00
parent 9a893a1a11
commit 5a37e217ae

View File

@@ -5,5 +5,5 @@ do
export ORAENV_ASK=NO
export ORACLE_SID=$r
. oraenv -s > /dev/null
sqlplus -s "/ as sysdba" @DailyCheck_html.sql > DailyCheck_${DATETIME}.html
sqlplus -s "/ as sysdba" @DailyCheck_html.sql > DailyCheck_$r_${DATETIME}.html
done