Update 09_os_info.sh
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user