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 12:15:03 +0200
Message-ID: <2qaopbFs6vn5U1@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 Received on Thu Sep 09 2004 - 05:15:03 CDT

Original text of this message

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