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

Home -> Community -> Mailing Lists -> Oracle-L -> 10.2 listener won't start on same port as 9.2 listener

10.2 listener won't start on same port as 9.2 listener

From: <JayMiller_at_TDWaterhouse.com>
Date: Mon, 19 Sep 2005 20:51:01 -0400
Message-ID: <5B257A26B4845C469B87871B6CEFE5070331ADAA@usnjc04wmx003.tdwaterhouse.com>


Is anyone else out there running both a 10.2 and a 9.2 listener on the same port? Now that I've successfully upgraded my dev database from 10.1 to 10.2 I'm having listener issues (Solaris 2.9).  

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:  

$ lsnrctl start listener_mds

LSNRCTL for Solaris: Version 10.2.0.1.0 - Production on 19-SEP-2005 20:37:49

Copyright (c) 1991, 2005, Oracle. All rights reserved.

TNS-01106: Listener using listener name listener_rtb has already been started  

I'm using the same host and key settings that worked on the 10.1 instance:  

LISTENER_MDS =   (DESCRIPTION_LIST =     (DESCRIPTION =
(ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = TCP)(HOST = mdsdev)(PORT = 1526))

      )

(ADDRESS_LIST =
        (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROCMDS))       )

    )

  )  

SID_LIST_LISTENER_MDS =   (SID_LIST =     (SID_DESC =
(ORACLE_HOME = /oracle/mds/product/10.2.0)

(SID_NAME = mdsdb)

    )

  )        

Thanks,
Jay Miller



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-l
Received on Mon Sep 19 2005 - 19:53:33 CDT

Original text of this message

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