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 -> Re: failed to start listener

Re: failed to start listener

From: Daniel Morgan <damorgan_at_x.washington.edu>
Date: Thu, 22 Jan 2004 10:40:46 -0800
Message-ID: <1074796778.574275@yasure>


mlk wrote:

> 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!

You wrote the following:

 > d:\oracle\ora81\network\admin\listener.ora
 > C:\oracle\ora81\NETWORK\ADMIN\listener.ora
 > (ORACLE_HOME = C:\oracle\ora81)

I'd think the first part of the problem would be self-evident.

-- 
Daniel Morgan
http://www.outreach.washington.edu/ext/certificates/oad/oad_crs.asp
http://www.outreach.washington.edu/ext/certificates/aoa/aoa_crs.asp
damorgan_at_x.washington.edu
(replace 'x' with a 'u' to reply)
Received on Thu Jan 22 2004 - 12:40:46 CST

Original text of this message

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