Update 09_os_info.sh

This commit is contained in:
Yacine31
2024-06-18 01:32:15 +02:00
parent fbfc441577
commit 2be3bf6552

View File

@@ -11,7 +11,7 @@ echo "<pre>"
ps -ef | grep tnslsnr | grep -v grep
echo "</pre>"
echo "<h2>Statut du listener <b>${ORACLE_SID}</b>:</h2>"
echo "<h2>Statut du listener <b>${ORACLE_SID}</b> :</h2>"
# ps -ef | grep tnslsnr | egrep -i "LISTENER_${ORACLE_SID}" | grep -v grep | while read l
ps -ef | grep tnslsnr | egrep -i "${ORACLE_SID}" | grep -v grep | while read l
do