update balises html

This commit is contained in:
Yacine31
2023-01-27 19:07:44 +01:00
parent 676382b89a
commit 4f8484f35a
2 changed files with 18 additions and 18 deletions

View File

@@ -4,7 +4,7 @@ for r in $(ps -eaf | grep pmon | egrep -v 'grep|ASM1|APX1' | cut -d '_' -f3)
do
export ORAENV_ASK=NO
export ORACLE_SID=$r
. oraenv -s
. oraenv -s > /dev/null
echo $ORACLE_SID $ORACLE_HOME
sqlplus -s "/ as sysdba" @DailyCheck_html.sql > DailyCheck_${DATETIME}.html
done