2012-01-04

how to extract IP from listener.log

http://www.exforsys.com/tutorials/oracle-utilities/reading-the-listener-log-from-database.html

an easier way :
   less listener.log | egrep -v 'service_update|ping' | awk -F "HOST=" '{print $2}' |awk -F ")" '{print $1}' | sort |uniq |less

Niciun comentariu:

Trimiteți un comentariu