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 (path correction)

Re: FAILED TO START LISTENER (path correction)

From: Andrey <adm_at_mlm.ru>
Date: Sat, 24 Jan 2004 12:39:51 +0300
Message-ID: <butehu$74o$1@gavrilo.mtu.ru>

If it is on Windows 2003, it is permissions denial problem for sure. On Windows2003 there is very strict file system permissions by default. To correct this, set "Full control for everyone" on Oracle directory at filesystem. After listener starts, experiment with permission to make Oracle working and sufficiently protected at the same time.

"mlk" <mm10_at_caramail.com> wrote in message news:40119b5e$0$5109$79c14f64_at_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:
> c:\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:
> c:\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 Sat Jan 24 2004 - 03:39:51 CST

Original text of this message

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