Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: start the Oracle
Also, start the listener first, then the database...That way the database will register itself with the listener...
"Niall Litchfield" <n-litchfield_at_audit-commission.gov.uk> wrote:
>"Niedzwiedz" <niedzwie_at_pertus.com.pl> wrote in message
>news:9r98j0$81c$1_at_news.tpi.pl...
>> Hi, I have a problem with starting my Oracle DB in Linux.
>> I presume, I need to log on as a user who was installing Oracle. I put
>that
>> entry in my startup script :
>> su -c ./start oracle //since oracle is that user's name
>> In start file I have :
>> ./dbstart
>> ./lsnrctl start
>>
>> It starts dbstart - it finishes without any errors, but I cannot start my
>> listening deamons. It says :
>> Message 1070 not found; No message file for product=network,
>> facility=TNSTNS-12545: Message 12545 .... and so on.
>> What's wrong here.
>> When I log on as oracle, and starts it manually, it works fine.
>> Thank you for any advice in advance.
>> Niedzwiedz
>
>The error messages are helpfully detailed in the Oracle documentation. This
>is also available at http://tahiti.oracle.com complete with a searchable web
>form. On unix you can also issue oerr <error number> to get the associated
>error message.
>
>In your case you get
>
>12545 Connect failed because target host or object does not exist.
>
>I suggest you check your listener configuration carefully to see if the host
>name/ip addresses are correct.
-----= Posted via Newsfeeds.Com, Uncensored Usenet News =----- http://www.newsfeeds.com - The #1 Newsgroup Service in the World! Check out our new Unlimited Server. No Download or Time Limits! -----== Over 80,000 Newsgroups - 19 Different Servers! ==----- Received on Fri Oct 26 2001 - 08:59:00 CDT
![]() |
![]() |