Tuesday, February 18, 2020

check port is open or not in linux



check port is open 
=========================


[oracle@localhost admin]$ nc -v 192.168.1.108 1521
Connection to 192.168.1.108 1521 port [tcp/ncube-lm] succeeded!
[oracle@localhost admin]$
[oracle@localhost admin]$

No comments:

Post a Comment

How to switch/connect with other database (demo)?

  postgres=# postgres=# postgres=# postgres=# \c demo You are now connected to database "demo" as user "postgres". demo=...