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

Home -> Community -> Mailing Lists -> Oracle-L -> Oracle 81 on redhat 6.2

Oracle 81 on redhat 6.2

From: Adam Turner <ATurner_at_concretemedia.com>
Date: Thu, 6 Jul 2000 17:50:42 -0400
Message-Id: <10550.111375@fatcity.com>


Hi listers ... I am trying to get my listener up and running and having all kinds of trouble getting anywhere. here's the output of a few commands in lsnrctl:

LSNRCTL> status
Connecting to
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=latdev1.concretemedia.co m)(PORT=1521)))
TNS-01103: Protocol specific component of the address is incorrectly specified
 TNS-12541: TNS:no listener
  TNS-12560: TNS:protocol adapter error
   TNS-00511: No listener
    Linux Error: 111: Connection refused

and ....

LSNRCTL> start
Starting /u01/app/oracle/product/8.1.6/bin/tnslsnr: please wait...

TNSLSNR for Linux: Version 8.1.6.0.0 - Production System parameter file is
/u01/app/oracle/product/8.1.6/network/admin/listener.or a
Log messages written to
/u01/app/oracle/product/8.1.6/network/log/listener.log Attempted to listen on:
(DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=latdev1.concre temedia.com)(PORT=1521)))
TNS-12542: TNS:address already in use
 TNS-12560: TNS:protocol adapter error
  TNS-00512: Address already in use
   Linux Error: 98: Address already in use

My instance is lat.
listener.ora :

LISTENER.ORA Configuration
File:/u01/app/oracle/product/8.1.6/network/admin/li stener.ora
# Generated by Oracle configuration tools.

LISTENER =
  (DESCRIPTION_LIST =
    (DESCRIPTION =
(ADDRESS_LIST =

        (ADDRESS = (PROTOCOL = TCP)(HOST = latdev1.MYDOMAIN.com)(PORT = 152 1))

      )

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

    )
  )

SID_LIST_LISTENER =
  (SID_LIST =
    (SID_DESC =
(SID_NAME = PLSExtProc)
(ORACLE_HOME = /u01/app/oracle/product/8.1.6)
(PROGRAM = extproc)

    )
  )

anybody out there have a magic answer?

At one point I was getting these issues when I started listener after oracle Received on Thu Jul 06 2000 - 16:50:42 CDT

Original text of this message

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