Q1: How do i find out which datafile i need to recover when doing a tablespace recovery?
Is it thru V$DATAFILE? Will oracle indicate this?
Q2: Under which circumstances shld i consider recovering a datafile / a tablespace?
It seems that i could recover a tablespace by just recovering a datafile (if only a datafile of that tablespace is corrupted)
Software/Hardware used:
ASKED:
July 26, 2005 4:53 AM
UPDATED:
July 26, 2005 11:00 AM
IN response to your second question, the Oracle recovery mechanism is smart enough to know what needs recovery. If you have a tablespace with multiple datafiles and you lose only one of them, you can do a ‘recover tablespace’ after you’ve restored that file and Oracle will know which datafile is bad and recover that one.