From fbfc44157713edd85c5c94464d6796527909a7c2 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Tue, 18 Jun 2024 01:31:23 +0200 Subject: [PATCH] Update 09_os_info.sh --- sh/09_os_info.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sh/09_os_info.sh b/sh/09_os_info.sh index e84950d..434d6bb 100644 --- a/sh/09_os_info.sh +++ b/sh/09_os_info.sh @@ -11,7 +11,7 @@ echo "
"
 ps -ef | grep tnslsnr | grep -v grep 
 echo "
" -echo "

Statut des listeners :

" +echo "

Statut du listener ${ORACLE_SID}:

" # 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