Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: DB Server Machine power outage. Recovery?
Steve Parker wrote:
> When the machine running the Oracle server with mounted databases goes
> down due to power outage, how do you handle recovery? Should you delete
> the sga files from the <oracleHome>/dbs directory before restarting?
This is best done by using "SHUTDOWN ABORT".
Even when the database is not even up, this will remove the lock files.
Further recovery should not be nessecary most of the times.
i.e. a simple STARTUP should do.
If you are unlucky the RECOVER command will do the job.
--
Erwin Dondorp
<http://www.dondorp.com/>
Received on Thu Dec 09 1999 - 13:57:44 CST
![]() |
![]() |