From 2be3bf655268a241e5ffc8af7fb9b076fc2b02e8 Mon Sep 17 00:00:00 2001 From: Yacine31 Date: Tue, 18 Jun 2024 01:32:15 +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 434d6bb..7462553 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 du listener ${ORACLE_SID}:

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