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