Update 09_os_info.sh

This commit is contained in:
Yacine31
2024-06-18 01:31:23 +02:00
parent b3270d5e08
commit fbfc441577

View File

@@ -11,7 +11,7 @@ echo "<pre>"
ps -ef | grep tnslsnr | grep -v grep
echo "</pre>"
echo "<h2>Statut des listeners :</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