Re: Find Oracle Servers on a Network



Hi Eric,

Thank you! Amazingly easy.

-- Larry

"Eric Hill" <"eric[at]ijack[dot]net"> wrote in message
news:op.th3dd7s3x81s5d@xxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Are there any components or libraries out there that would
allow you to discover Oracle servers on a network? The
more info you could find out about them the better. I assume
it would have to scan ports or something and try to classify
them as belonging to Oracle or not.

You really just need to scan each IP address for an open port 1521 or
1523. That should cover the vast majority of Oracle servers. FWIW, you
can't easily determine the service name through that port.

Eric


.



Relevant Pages

  • Re: Find Oracle Servers on a Network
    ... allow you to discover Oracle servers on a network? ... You really just need to scan each IP address for an open port 1521 or 1523. ... That should cover the vast majority of Oracle servers. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Find Oracle Servers on a Network
    ... Opps, I just saw you CAN'T easily determine the service name ... through the port. ... I was reading it as you can. ... That should cover the vast majority of Oracle servers. ...
    (borland.public.delphi.thirdpartytools.general)
  • Getting a list of available Oracle Servers in Domain
    ... How can I get a list of all Oracle Servers in my network? ... by calling NetServerEnum, the matching ServerType does not exist. ...
    (microsoft.public.dotnet.languages.csharp)