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: Recovery of an Oracle Database from a disk crash

Re: Recovery of an Oracle Database from a disk crash

From: srivenu <srivenu_at_hotmail.com>
Date: 30 Mar 2004 21:50:52 -0800
Message-ID: <1a68177.0403302150.3756c46d@posting.google.com>


Kevin,
You can do 2 things to find out the locations of the database files. 1) open one of the control files using vi and search for "log", "ctl" and "dbf" and note down the file names.
2) start a dummy instance and mount the controlfile on to it. then you can get the names of all datafiles (V$DATAFILE), logfiles (V$LOGFILE) and their locations.

But even if you restore them, you will be able to recover the database only if the backup was done properly (i.e. backed up after placing the tablespaces in backup mode).
regards
Srivenu Received on Tue Mar 30 2004 - 23:50:52 CST

Original text of this message

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