segment corruption--how to recover table?? [message #342767] |
Mon, 25 August 2008 00:28 |
arunshrish
Messages: 74 Registered: May 2008 Location: Chennai
|
Member |
|
|
Hi all,
I have a small doubt,
** Pls consider a scenario where some segments in a tablespace get corrupted leading to the table getting in-accessible, with the database being in the NOARCHIVE mode and logical backups taken regularly.
** Is it possible to import the table from a dump and recover the table in this case or is it possible to repair the corruption?
** I thought of importing the table with destroy=y parameter is it possible?
Thanks,
Arun
|
|
|
Re: segment corruption--how to recover table?? [message #342768 is a reply to message #342767] |
Mon, 25 August 2008 00:32 |
|
BlackSwan
Messages: 26766 Registered: January 2009 Location: SoCal
|
Senior Member |
|
|
>** Is it possible to import the table from a dump and recover the table in this case or is it possible to repair the corruption?
It depends.
When did corruption occur?
When was corruption detected?
How far back are exports retained?
Are you willing to accept lose of any data since corruption occurred?
>** I thought of importing the table with destroy=y parameter is it possible?
Answer above.
[Updated on: Mon, 25 August 2008 00:35] by Moderator Report message to a moderator
|
|
|
|
|
|
|
Re: segment corruption--how to recover table?? [message #342832 is a reply to message #342767] |
Mon, 25 August 2008 04:40 |
arunshrish
Messages: 74 Registered: May 2008 Location: Chennai
|
Member |
|
|
Thanks Ana,Michel and Lalit.
@Michel
Quote: | An export is not a backup, you can't recover from an export, the only thing you can do is to restore the data that are in the dump file.
|
So Michel,does it mean that we can restore the table data and it is the least possible thing that we can do? Anyways should the destroy=y parameter be used while restoring table data by the method of import?
|
|
|
|
|