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: Autorecovery when oracle crash

Re: Autorecovery when oracle crash

From: akush <Berlin3010_at_web.de>
Date: Thu, 09 Sep 2004 13:59:06 +0200
Message-ID: <2qausbFshpiaU1@uni-berlin.de>


Nicky wrote:

> Thanks !
>
> Do you know if there is an automatic tool that can do this ?
>
> Thank very much
> Bye
>
>
>
> "akush" <Berlin3010_at_web.de> wrote in message
> news:2qaopbFs6vn5U1_at_uni-berlin.de...
>

>>Nicky wrote:
>>
>>
>>>Hello
>>>
>>>Sometimes, my oracle server crash due to some problems I can't resolve

>
> at
>
>>>the moment.
>>>The only possibiliy I have to restart the oracle server, is restart the
>>>machine. (the commadn line tool: "LSNRCTL Start" doesn't work).
>>>
>>
>>lsnrctl only starts the oracle net listener. you have also to restart
>>the database with sqlplus or rman.
>>
>>sqlplus /nolog
>> >> conn / as sysdba;
>> >> startup;
>>
>>
>>
>>akush
>>

>
>
>

hmm, not really. you could write a script that checks regulary if the database is running.

akush Received on Thu Sep 09 2004 - 06:59:06 CDT

Original text of this message

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