Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: listener problem
Several things to try.
check the ownership of $ORACLE_HOME/net8/log and .../trace.
This should be oracle:dba
change trace_level_listener from off to 16 in listener.ora
This will dump everything that happens to a trace file
you may want to include a line
trace-directory_listener = /tmp (or anything that is definitely writeable by
everyone)
if you do this before checking the directories or that didn't work.
The trace file will definitely show what it is trying to do with which file
or directory.
Then finally run $ORACLE_HOME/bin/adapters, if the problem still persists It should show you which protocol adapters you have installed
Hth,
Sybrand Bakker, Oracle DBA
Slawek L. wrote in message <7jmfge$m4v$1_at_iceman.tac.net>...
>The problem still exists. Any other clues?
>
>Timur I.Danyarhojaev <tid_at_podolsk.ru> wrote in message
>news:375E058F.521E0A7B_at_podolsk.ru...
>> "Slawek L." wrote:
>>
>> > Hello All,
>> >
>> > I have the following problem when trying to start the listener..:
>> >
>> > TNSLSNR for Linux: Version 8.0.5.0.0 - Production
>> > System parameter file is /home/oracle/network/admin/listener.ora
>> > Log messages written to /home/oracle/network/log/listener.log
>> > Attempted to listen on:
>> > (DESCRIPTION=(CONNECT_TIMEOUT=10)(ADDRESS=(PROTOCOL=IPC)(KEY=PNPKEY)))
>> > TNS-12541: TNS:no listener
>> > TNS-12560: TNS:protocol adapter error
>> > TNS-00511: No listener
>> > Linux Error: 2: No such file or directory
>> >
>> > Anyone can help me?
>>
>> In the postinstall script `root.sh' installer set the _root_ owner to
>> some files.
>> Chanche owner of this files to _oracle.dba_
>>
>
>
Received on Wed Jun 09 1999 - 16:32:56 CDT
![]() |
![]() |