typeset -fx showlist
showlist(){
ps -ef -o %a|grep -i tnslsnr |grep -v grep|awk '{print $2}'|sort
}
showlist(){
ps -ef -o %a|grep -i tnslsnr |grep -v grep|awk '{print $2}'|sort
}
Questo è un esempio di output
$> showlist
listener_mydb01t
listener_mydb02t
listener_mydb03t
listener_mydb01t
listener_mydb02t
listener_mydb03t
Lo scopo di questa funzione è di mostrare tutti i listener che girano sulla macchina
Nessun commento:
Posta un commento