From 7f9dc2fedb93d615e41be31a3b1e78aace5a265b Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Thu, 9 Nov 2023 01:09:54 +0100 Subject: [PATCH] Update rapport_mensuel.sh --- Daily/rapport_mensuel.sh | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/Daily/rapport_mensuel.sh b/Daily/rapport_mensuel.sh index de7e15e..b178f05 100644 --- a/Daily/rapport_mensuel.sh +++ b/Daily/rapport_mensuel.sh @@ -7,19 +7,19 @@ do export ORACLE_SID=$r export HTML_FILE=Rapport_$HNAME_${ORACLE_SID}_${DATETIME}.html . oraenv -s > /dev/null - echo " - - - - - - Rapport Oracle Database : ${ORACLE_SID} - - - -
- - " > ${HTML_FILE} +# echo " +# +# +# +# +# +# Rapport Oracle Database : ${ORACLE_SID} +# +# +# +#
+# +# " > ${HTML_FILE} # sqlplus -s "/ as sysdba" @rapport_html.sql >> ${HTML_FILE} for f in sql/*.sql