Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Listener service not start
avb_at_trp.com.ua wrote:
> I have this error: ( in listener.log )
>
> System parameter file is D:\Orant\network\admin\listener.ora
> Log messages written to D:\Orant\network\log\listener.log
> Trace information written to D:\Orant\network\trace\listener.trc
> Trace level is currently 0
>
> Started with pid=960
> Listening on:
> (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCipc)))
> Error listening on:
> (ADDRESS=(PROTOCOL=tcp)(HOST=127.0.0.1)(PARTIAL=yes)(QUEUESIZE=1))
> No longer listening on:
> (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCipc)))
> TNS-12560: TNS:protocol adapter error
> TNS-00530: Protocol adapter error
> 32-bit Windows Error: 38: Filename too long
>
> What is this? What is problem?
The problem is that your listener.ora file is broken.
The error message is misleading, consult Metalink note 157469.1
You cannot have a PIPENAME parameter with PROTOCOL=ipc.
You can either use Oracle's GUI tool to create your network configuration files, or you can read the Oracle Database Net Services Reference manual and do it with an editor.
Yours,
Laurenz Albe
Received on Fri Jan 20 2006 - 07:24:24 CST
![]() |
![]() |