Help for this page
Select Code to Download
Select
or
download this
lsnrctl stat ZRRI_LISTENER | perl -lane 'print $F[3] if /Parameter/'
Select
or
download this
lsnrctl stat ZRRI_LISTENER | perl -lane 'print $F[3] if /Parameter/' | xargs perl -pe 0
Select
or
download this
perl -e '@ARGV= map {(split" ")[3]} grep /Parameter/, `lsnrctl stat ZRRI_LISTENER`; print while <>'