Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: TNS-12542: TNS:address already in use

Re: TNS-12542: TNS:address already in use

From: HARI OM <hari_om_at_hotmail.com>
Date: 8 Apr 2005 15:17:36 -0700
Message-ID: <1112998656.548961.148420@l41g2000cwc.googlegroups.com>


in addition to above:
Here is more information...
$ netstat -na | grep 8080

tcp4       0      0  *.8080                 *.*
LISTEN
$ netstat -na | grep 2100
tcp4       0      0  *.2100                 *.*
LISTEN
$ netstat -na | grep 1521
tcp4       0      0  IP1.1521   IP1.33088  ESTABLISHED
tcp4       0      0  IP1.33088  IP1.1521   ESTABLISHED
tcp4       0      0  IP1.1521   IP1.33098  ESTABLISHED
tcp4       0      0  IP1.33098  IP1.1521   ESTABLISHED
tcp4       0      0  IP1.1521   *.*        LISTEN
ip1: IS MY ACTUAL ADDRESS in my server Received on Fri Apr 08 2005 - 17:17:36 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US