Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: How to talk to LISTENER
Lets get the terminology correct.
SQLServer is a product of Microsoft Corporation.
ORACLE is a product of the Oracle Corporation.
Both products are Relational Database Management Systems -> RDBMS.
So both vendors would cringe at the phrase "oracle sql servers ".
They don't serve up sql they use SQL - Structured Query Language - to manipulate data.
You could read the docs at otn.oracle.com. Sign up, its free. And go to
documentation. Or use tnsping and a network sniffer to see what it is
doing.
Jim
"Agron" <agron_ng_at_7kosova.com> wrote in message
news:3E9CCF76.2060702_at_7kosova.com...
> I wrote an non-linux component to scan the local network for one of the
> non-oracle sql servers. What I want is to include oracle sql servers in
> that list too. Now I don't have an oracle server or documentation about
> it. So I need someone from your community to help me with the following.
>
> So far I found out that oracle sql server has an Intelligent Agent that
> listens to the ports 1521 and /or 1526.
>
> I need to know what do I need to send there and what response can I get.
>
> I am mostly interested to get some version and instance information.
>
> Any help is appreciated.
> Thank you.
> Agron.
>
Received on Tue Apr 15 2003 - 22:52:57 CDT
![]() |
![]() |