Michael A. Georgiou
マイケル
Technical articles for oracle database
Search This Blog
Friday, January 22, 2010
Find if port 1521 is open using netstat( windows, unix )
Windows
========
netstat -an |find /i "listening" |find /i "1521"
Unix ( Aix - Linux etc)
==========================
netstat -an | grep LISTEN |grep 1521
Newer Post
Older Post
Home