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

Home -> Community -> Usenet -> c.d.o.server -> failed to start listener

failed to start listener

From: mlk <mm10_at_caramail.com>
Date: Thu, 22 Jan 2004 19:08:56 +0100
Message-ID: <401011b8$0$24845$79c14f64@nan-newsreader-01.noos.net>


when I tried to start listener in the control panel, error occurs: could not start the OracleOraHome81TNSListenertest service on Local Computer.
Error 3: The system cannot find the path specified.

when I tried to start at the command line, it's just like this: D:\oracle\ora81\bin>lsnrctl start

LSNRCTL for 32-bit Windows: Version 8.1.7.0.0 - Production on 05-JAN-2004 21:39:52

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

Starting tnslsnr: please wait...

Failed to start service, error 3.
TNS-12536: TNS:operation would block
 TNS-12560: TNS:protocol adapter error
  TNS-00506: Operation would block
   32-bit Windows Error: 997: Unknown error

my listener.ora file:
# LISTENER.ORA Network Configuration File: d:\oracle\ora81\network\admin\listener.ora # Generated by Oracle configuration tools. # LISTENER.ORA Network Configuration File: C:\oracle\ora81\NETWORK\ADMIN\listener.ora

# Generated by Oracle configuration tools.

LISTENER1 =
(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1522))
)

LISTENER =
(DESCRIPTION_LIST =

(DESCRIPTION =

(ADDRESS = (PROTOCOL = TCP)(HOST = 127.0.0.1)(PORT = 1521))
)

(DESCRIPTION =

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

)

SID_LIST_LISTENER =
(SID_LIST =

(SID_DESC =

(SID_NAME = PLSExtProc)

(ORACLE_HOME = C:\oracle\ora81)

(PROGRAM = extproc)

)

)

 please tell me what's wrong. thank you! Received on Thu Jan 22 2004 - 12:08:56 CST

Original text of this message

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