Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Listener service not start
Please try not to top post.
<avb_at_trp.com.ua> wrote:
>>> I have this error: ( in listener.log )
>>>
>>> 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.
>
> This configuration file (listener.ora) was build by Net Configuration
> Assistant from Oracle 10g.
If netcfg produces a line like
(DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(PIPENAME=\\.\pipe\EXTPROCipc)))
you should open a bugfix request with Oracle.
But I do not believe you.
Yours,
Laurenz Albe
Received on Fri Jan 20 2006 - 10:09:12 CST
![]() |
![]() |