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

Home -> Community -> Mailing Lists -> Oracle-L -> RE: 8.1.6 Listener Weirdness

RE: 8.1.6 Listener Weirdness

From: Koivu, Lisa <lkoivu_at_qode.com>
Date: Tue, 15 Aug 2000 14:23:49 -0400
Message-Id: <10590.114639@fatcity.com>


This message is in MIME format. Since your mail reader does not understand this format, some or all of this message may not be legible.

------_=_NextPart_001_01C006E5.F73C1A04
Content-Type: text/plain;

        charset="iso-8859-1"

Thanks for your reply Joe.  

Nope. I took out the reference to the 8.1.5 database in the 8.1.6 listener.ora... same old crap. It still thinks it's starting a listener named LISTENER pointing at 1521.  

I also tried changing the name of the 8.1.5 listener to LSNR815. Still, when I go to start the 8.1.6 listener I get the same error:  

qodt bar:/oracle/dbserver/8.1.5/network/admin>cd $TNS_ADMIN

qodt bar:/oracle/dbserver/8.1.6/network/admin>lsnrctl

LSNRCTL for HPUX: Version 8.1.6.0.0 - Production on 15-AUG-2000 14:13:29

(c) Copyright 1998, 1999, Oracle Corporation. All rights reserved.

Welcome to LSNRCTL, type "help" for information.

LSNRCTL> start LSNR816

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

LSNRCTL> -----Original Message-----
From: Joseph S. Testa [mailto:teci_at_oracle-dba.com] Sent: Tuesday, August 15, 2000 2:07 PM
To: ORACLE-L_at_fatcity.com; Koivu, Lisa
Subject: Re: 8.1.6 Listener Weirdness

8.1.6 listener dont play nice with 8.1.5 and vice versa.

isnt this the problem?
(SID_DESC =
(GLOBAL_DBNAME = qodd)
(ORACLE_HOME = /oracle/dbserver/8.1.5)
(SID_NAME = qodd)

    )      

joe   

"Koivu, Lisa" wrote:   

I am at my wits' end here. I have a TAR logged with support. I have installed 8.1.6 on our HP/UX 11.0 host. Upgrade of database was smooth, no errors, database is behaving normally (so far). We have DBMS_UTILITY back.

However I CAN NOT START an 8.1.6 listener!! The 8.1.5 listener can't listen for the 8.1.6 database (I tried that too) so I tried to start a second listener on a different port. No dice. lsnrctl thinks I am trying to start a listener with the same attributes as the 8.1.5 listener.

My environment variables are all set to 8.1.6, there is no 8.1.5 anywhere. I have un-set SHLIB_PATH and LD_LIBRARY_PATH as suggested in description of bug 1355618.
I have also tried having the 8.1.6 listener listen for both the 8.1.6 db and 8.1.5 db. Doesn't work either.

Out of ideas and waiting on an iTar response (and taking bets on how long it will be.) In the meantime our development team will grind to a standstill eventually - I know it's not a production outage, but it's darn near that. It's my neck if 30 people can't do any work.

Here's my listener.ora. It does not recognize the name I have given it (won't accept start LSNR816).

ANY suggestions are appreciated. Thanks in advance.

LSNR816 =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
(ADDRESS_LIST =

        (ADDRESS = (PROTOCOL = IPC)(KEY = EXTPROC0)) 
      ) 

(ADDRESS_LIST =
(ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.6.13)(PORT = 1526)) )

    )
    (DESCRIPTION =
(PROTOCOL_STACK =
        (PRESENTATION = GIOP) 
        (SESSION = RAW) 
      ) 
        (ADDRESS = (PROTOCOL = TCP)(HOST = 192.168.6.13)(PORT = 2486)) 
    )
  )

SID_LIST_LSNR816 =
  (SID_LIST =
    (SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /oracle/dbserver/8.1.6)
(PROGRAM = extproc)

    )
    (SID_DESC =
(GLOBAL_DBNAME = qodd)
(ORACLE_HOME = /oracle/dbserver/8.1.5)
(SID_NAME = qodd)

    )
    (SID_DESC =
(GLOBAL_DBNAME = qodt)
(ORACLE_HOME = /oracle/dbserver/8.1.6)
(SID_NAME = qodt)

    )
    (SID_DESC =
(GLOBAL_DBNAME = viking)
(ORACLE_HOME = /oracle/dbserver/8.1.6)
(SID_NAME = viking)

    )
  )   

Lisa Rutland Koivu
Oracle Database Administrator
Qode.com
4850 North State Road 7
Suite G104
Fort Lauderdale, FL 33319

V: 954.484.3191, x174 
F: 954.484.2933 
C: 954.658.5849 

http://www.qode.com <http://www.qode.com>

"The information contained herein does not express the opinion or position of Qode.com and cannot be attributed to or made binding upon Qode.com."

------_=_NextPart_001_01C006E5.F73C1A04
Content-Type: text/html;

        charset="iso-8859-1"

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">


<META content="MSHTML 5.00.3103.1000" name=GENERATOR></HEAD>
<BODY>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=438101818-15082000>Thanks for your reply Joe. </SPAN></FONT></DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=438101818-15082000></SPAN></FONT>&nbsp;</DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=438101818-15082000>Nope. I took out the reference to the 8.1.5 database in the 8.1.6 listener.ora... same old crap.&nbsp; It still thinks it's starting a listener named LISTENER pointing at 1521.&nbsp; </SPAN></FONT></DIV>
<DIV><FONT color=#0000ff face=Arial size=2><SPAN class=438101818-15082000></SPAN></FONT>&nbsp;</DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=438101818-15082000>I also tried changing the name of the 8.1.5 listener to LSNR815.&nbsp; Still, when I go to start the 8.1.6 listener I get the same error:&nbsp; </SPAN></FONT></DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=438101818-15082000></SPAN></FONT>&nbsp;</DIV> <DIV><FONT color=#0000ff face=Arial size=2><SPAN class=438101818-15082000><FONT face="Courier New" size=2>
<P>qodt bar:/oracle/dbserver/8.1.5/network/admin&gt;cd $TNS_ADMIN</P>
<P>qodt bar:/oracle/dbserver/8.1.6/network/admin&gt;lsnrctl</P>
<P>LSNRCTL for HPUX: Version 8.1.6.0.0 - Production on 15-AUG-2000 14:13:29</P>
<P>(c) Copyright 1998, 1999, Oracle Corporation. All rights reserved.</P>
<P>Welcome to LSNRCTL, type "help" for information.</P>
<P>LSNRCTL&gt; start LSNR816</P>
<P>TNS-01106: Listener using listener name LSNR815 has already been started</P>
<P>LSNRCTL&gt; </P></FONT></SPAN></FONT></DIV>
<BLOCKQUOTE style="MARGIN-RIGHT: 0px">

  <DIV align=left class=OutlookMessageHeader dir=ltr><FONT face=Tahoma   size=2>-----Original Message-----<BR><B>From:</B> Joseph S. Testa   [mailto:teci_at_oracle-dba.com]<BR><B>Sent:</B> Tuesday, August 15, 2000 2:07   PM<BR><B>To:</B> ORACLE-L_at_fatcity.com; Koivu, Lisa<BR><B>Subject:</B> Re:   8.1.6 Listener Weirdness<BR><BR></DIV></FONT>8.1.6 listener dont play nice   with 8.1.5 and vice versa.
  <P>isnt this the problem? <BR>(SID_DESC = <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;   (GLOBAL_DBNAME = qodd) <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (ORACLE_HOME =   /oracle/dbserver/8.1.5) <BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (SID_NAME = qodd)
  <BR>&nbsp;&nbsp;&nbsp; ) <BR>&nbsp; <BR>&nbsp; 
  <P>joe <BR>&nbsp; 
  <P>"Koivu, Lisa" wrote: 
  <BLOCKQUOTE TYPE="CITE">&nbsp; 

    <P><FONT face=Arial><FONT size=-1>I am at my wits' end here.&nbsp; I have a     TAR logged with support.</FONT></FONT> <BR><FONT face=Arial><FONT size=-1>I     have installed 8.1.6 on our HP/UX 11.0 host.&nbsp; Upgrade of database was     smooth, no errors, database is behaving normally (so far).&nbsp; We have     DBMS_UTILITY back.</FONT></FONT>
    <P><FONT face=Arial><FONT size=-1>However I CAN NOT START an 8.1.6     listener!!&nbsp; The 8.1.5 listener can't listen for the 8.1.6 database (I     tried that too) so I tried to start a second listener on a different     port.&nbsp; No dice. lsnrctl thinks I am trying to start a listener with the     same attributes as the 8.1.5 listener.</FONT></FONT>     <P><FONT face=Arial><FONT size=-1>My environment variables are all set to     8.1.6, there is no 8.1.5 anywhere.</FONT></FONT> <BR><FONT face=Arial><FONT     size=-1>I have un-set SHLIB_PATH and LD_LIBRARY_PATH as suggested in     description of bug 1355618.</FONT></FONT> <BR><FONT face=Arial><FONT     size=-1>I have also tried having the 8.1.6 listener listen for both the     8.1.6 db and 8.1.5 db.&nbsp; Doesn't work either.</FONT></FONT>     <P><FONT face=Arial><FONT size=-1>Out of ideas and waiting on an iTar     response (and taking bets on how long it will be.)&nbsp; In the meantime our     development team will grind to a standstill eventually - I know it's not a     production outage, but it's darn near that. It's my neck if 30 people can't     do any work.</FONT></FONT>
    <P><FONT face=Arial><FONT size=-1>Here's my listener.ora.&nbsp; It does not     recognize the name I have given it (won't accept start     LSNR816).</FONT></FONT>
    <P><FONT face=Arial><FONT size=-1>ANY suggestions are appreciated.&nbsp;     Thanks in advance.</FONT></FONT>
    <P><FONT face="Courier New TUR"><FONT size=-1>LSNR816 =</FONT></FONT>     <BR><FONT face="Courier New TUR"><FONT size=-1>&nbsp; (DESCRIPTION_LIST     =</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp; (DESCRIPTION =</FONT></FONT> <BR><FONT     face="Courier New TUR"><FONT size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;     (ADDRESS_LIST =</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (ADDRESS = (PROTOCOL =     IPC)(KEY = EXTPROC0))</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; )</FONT></FONT> <BR><FONT     face="Courier New TUR"><FONT size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;     (ADDRESS_LIST =</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (ADDRESS = (PROTOCOL =     TCP)(HOST = 192.168.6.13)(PORT = 1526))</FONT></FONT> <BR><FONT     face="Courier New TUR"><FONT size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;     )</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp; )</FONT></FONT> <BR><FONT     face="Courier New TUR"><FONT size=-1>&nbsp;&nbsp;&nbsp; (DESCRIPTION     =</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (PROTOCOL_STACK =</FONT></FONT>     <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (PRESENTATION =     GIOP)</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (SESSION =     RAW)</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT
    size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; )</FONT></FONT> <BR><FONT 
    face="Courier New TUR"><FONT 
    size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (ADDRESS = (PROTOCOL = 
    TCP)(HOST = 192.168.6.13)(PORT = 2486))</FONT></FONT> <BR><FONT     face="Courier New TUR"><FONT size=-1>&nbsp;&nbsp;&nbsp; )</FONT></FONT>     <BR><FONT face="Courier New TUR"><FONT size=-1>&nbsp; )</FONT></FONT>     <P><FONT face="Courier New TUR"><FONT size=-1>SID_LIST_LSNR816     =</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT size=-1>&nbsp;     (SID_LIST =</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp; (SID_DESC =</FONT></FONT> <BR><FONT     face="Courier New TUR"><FONT size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
    (SID_NAME = PLSExtProc)</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT 
    size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (ORACLE_HOME = 
    /oracle/dbserver/8.1.6)</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT 
    size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (PROGRAM = extproc)</FONT></FONT>     <BR><FONT face="Courier New TUR"><FONT size=-1>&nbsp;&nbsp;&nbsp;     )</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp; (SID_DESC =</FONT></FONT> <BR><FONT     face="Courier New TUR"><FONT size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;     (GLOBAL_DBNAME = qodd)</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (ORACLE_HOME =     /oracle/dbserver/8.1.5)</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (SID_NAME = qodd)</FONT></FONT>     <BR><FONT face="Courier New TUR"><FONT size=-1>&nbsp;&nbsp;&nbsp;     )</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp; (SID_DESC =</FONT></FONT> <BR><FONT     face="Courier New TUR"><FONT size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;     (GLOBAL_DBNAME = qodt)</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (ORACLE_HOME =     /oracle/dbserver/8.1.6)</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; (SID_NAME = qodt)</FONT></FONT>     <BR><FONT face="Courier New TUR"><FONT size=-1>&nbsp;&nbsp;&nbsp;     )</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp; (SID_DESC =</FONT></FONT> <BR><FONT     face="Courier New TUR"><FONT size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;     (GLOBAL_DBNAME = viking)</FONT></FONT> <BR><FONT     face="Courier New TUR"><FONT size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;     (ORACLE_HOME = /oracle/dbserver/8.1.6)</FONT></FONT> <BR><FONT     face="Courier New TUR"><FONT size=-1>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;     (SID_NAME = viking)</FONT></FONT> <BR><FONT face="Courier New TUR"><FONT     size=-1>&nbsp;&nbsp;&nbsp; )</FONT></FONT> <BR><FONT     face="Courier New TUR"><FONT size=-1>&nbsp; )</FONT></FONT> <BR>&nbsp;     <P><B><FONT face=Arial><FONT size=-2>Lisa Rutland Koivu</FONT></FONT></B>     <BR><FONT face=Arial><FONT size=-2>Oracle Database     Administrator</FONT></FONT> <BR><FONT face=Arial><FONT     size=-2>Qode.com</FONT></FONT> <BR><FONT face=Arial><FONT size=-2>4850 North     State Road 7</FONT></FONT> <BR><FONT face=Arial><FONT size=-2>Suite     G104</FONT></FONT> <BR><FONT face=Arial><FONT size=-2>Fort Lauderdale,     FL&nbsp; 33319</FONT></FONT>
    <P><FONT face=Arial><FONT size=-2>V: 954.484.3191, x174</FONT></FONT>     <BR><FONT face=Arial><FONT size=-2>F: 954.484.2933</FONT></FONT> <BR><FONT     face=Arial><FONT size=-2>C: 954.658.5849</FONT></FONT> <BR><FONT     face=Arial><FONT size=-2><A href="http://www.qode.com"     target=_blank>http://www.qode.com</A></FONT></FONT>     <P><I><FONT face=Arial><FONT color=#000000><FONT size=-2>"The information Received on Tue Aug 15 2000 - 13:23:49 CDT

Original text of this message

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