Hi Sam,

As a new starter I have a doubt. Pls clarify the same.

------------------------------------------------------------------------------------
Mount the database
alter database datafile '/../filename' offline;
alter database open;

restore the backup copies of the damaged datafile
------------------------------------------------------------------------------------

If the datafile is corrupted and tablepsace is offline how do I restore the backup copies of the damaged datafile?

I will appreciate if you expalin the same in details.

regards