is it possible to restore/recover a table to another tablespace's table?
Howdy all!
OS: Linux 2.6.18+ x86_64 Oracle 11.2.0.3 in Archive Mode -
production instance currently tablespace.table : XXmode.mode_table1 [ the XXmode tablespace contains 50 other tables ]
I have validated full backups going back 30 days. There is now a requirement to compare the current XXmode.mode_table1 with the XXmode.mode_table1 from 28 days ago. FYI, the mode_table1 table is heavily updated. I was wondering if I could do the following::
create tablespace XXmode_Copy which is exactly like tablespace XXmode and create ONLY one (1) table, mode_table1 , not the other 48 tables. then use RMAN (?) to restore the archived XXmode.mode_table1 backup to the XXmode_Copy.mode_table1