Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> RE: 10.2 listener won't start on same port as 9.2 listener
Sorry, I should have specified that I'm using different virtual ips for each
listener. This has allowed me to run the third listener using 10.1 but not
using 10.2.
The 10.1 listener was not running when I couldn't start up the 10.2 listener. Only the two 9.2 listeners, both of which had different vips.
Thanks,
Jay Miller
-----Original Message-----
From: Mark Bole [mailto:makbo_at_pacbell.net]
Sent: Monday, September 19, 2005 9:54 PM
To: Miller, Jay
Cc: oracle-l_at_freelists.org
Subject: Re: 10.2 listener won't start on same port as 9.2 listener
JayMiller_at_TDWaterhouse.com wrote:
> Is anyone else out there running both a 10.2 and a 9.2 listener on the
> same port?
The only way you can run any two listeners on the same port is if they have different IP addresses. The pair of (IP address, port number) is subject to a uniqueness constraint for listening, in most modern operation systems.
>
> Previously I was running 3 listeners on the same port with no problems
> (2 of them 9.2 one of them 10.1). When I try to start the listener for
> the 10.2 database it complains that there is already a listener running
> on that port:
>
That would most likely be your 10.1 listener.
>
> I'm using the same host and key settings that worked on the 10.1 instance:
>
More circumstantial evidence.
The "netstat" command, run with root privilege, under most versions of Unix will give you more clues as to which programs are listening on which ports.
-- Mark Bole http://www.bincomputing.com ----------------------------------------- This message is confidential and sent by TD Waterhouse solely for use by the intended recipient. If you are not the intended recipient, you are hereby notified that any use, distribution or copying of this communication is strictly prohibited. This should not be deemed as an offer or solicitation, to buy or sell any product. Any 3rd party information contained herein was prepared by sources deemed reliable, but is not guaranteed. TD Waterhouse does not accept electronic instructions that would require an original signature. Information received by or sent from TD Waterhouse is stored, subject to review, and may be produced to regulatory authorities or others with a legal right to such. -- http://www.freelists.org/webpage/oracle-lReceived on Mon Sep 19 2005 - 21:02:27 CDT
![]() |
![]() |