Update DailyCheckList.sh

This commit is contained in:
Yacine31
2023-01-27 19:08:32 +01:00
parent 4f8484f35a
commit 8ed43cc94b

View File

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