Discussion:
RMAN
(too old to reply)
Alex
2004-10-18 09:35:43 UTC
Permalink
Hi all

Is possible with RMAN recover only one table of my db?
Where can i find some infromation about this?
If is not possible , where can i find products to make this?
Is possible to restore one datafile with a different name?

Thanks to all
Alex
Jon
2007-10-16 15:29:21 UTC
Permalink
Take a look at the Flashback feature... they
claim that you can restore a table to point
in time but I haven't played with it.... I used
to get this question a lot.

Jon
Post by Alex
Hi all
Is possible with RMAN recover only one table of my db?
Where can i find some infromation about this?
If is not possible , where can i find products to make this?
Is possible to restore one datafile with a different name?
Thanks to all
Alex
Lodewicus Maas
2007-11-08 08:36:02 UTC
Permalink
Post by Jon
Take a look at the Flashback feature... they
claim that you can restore a table to point
in time but I haven't played with it.... I used
to get this question a lot.
Jon
Post by Alex
Hi all
Is possible with RMAN recover only one table of my db?
Where can i find some infromation about this?
If is not possible , where can i find products to make this?
Is possible to restore one datafile with a different name?
Thanks to all
Alex
Yes it's possible - enable the database flashback feature. Depending on
the amount of space you have. Using this, you can flashback a table to
i.e 3 days back in time, and then export the table at that historical
point. Database must be in archivelog mode, and this feature must
already be enabled to the time you want to go back into the past

Lodewicus

Loading...