ajout de la balise <h1>

This commit is contained in:
Yacine31
2023-01-27 18:20:39 +01:00
parent d0f9341c49
commit 72c9761bc7
2 changed files with 22 additions and 23 deletions

View File

@@ -2,6 +2,7 @@ DATETIME=`date +%Y%m%d%H%M`
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
echo $ORACLE_SID $ORACLE_HOME