Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Hi any one clarify my doubt isqlplus
On Tue, 13 Feb 2007 01:15:22 -0800, nagur4study wrote:
> On Feb 12, 8:24 pm, "Mark D Powell" <Mark.Pow..._at_eds.com> wrote:
> > in port list it is like dis > iSQL*Plus HTTP port number =5560 > > and OEM is working fine could you tell me the solution
Of course, instead of looking for obscure "ports.ini" file, one could do this:
$ nmap localhost
Starting Nmap 4.11 ( http://www.insecure.org/nmap/ ) at 2007-02-13 09:07 EST
Interesting ports on localhost.noip.com (127.0.0.1):
Not shown: 1672 closed ports
PORT STATE SERVICE
22/tcp open ssh 25/tcp open smtp 80/tcp open http
1521/tcp open oracle 5560/tcp open isqlplus 8000/tcp open http-alt
Nmap finished: 1 IP address (1 host up) scanned in 0.294 seconds $
This clearly identifies isqlplus running of the port 783. The use of nmap was explained by Trinity in the movie "Matrix" and it might even have a man page.
-- http://www.mladen-gogala.comReceived on Tue Feb 13 2007 - 08:10:17 CST
![]() |
![]() |