John,
The easy way to restore (not recover) just one table is by importing a recent exported dump file of the table. It won't have in it data that changed since the export occurred.
But, without an export dump file that contains that single table, if you must rely on trying to restore/recover using your backups and archive redo log files, it is technically feasible, but it is a real "Pain in the Pahtoot"...Here's what you must do:
1) Clone your Oracle database/instance onto another target server by copying over the last full backup of your source database/instance, along with your applicable archived redo log files and parameter (init.ora) file.
2) Startup and recover the clone to the point in time prior to the demise of your missing table.
3) On the clone database, export the table.
4) On the original database, import the exported dump file of the single table.
Let us know what you end up doing and the satisfaction it brings you.
![[santa] [santa] [santa]](/data/assets/smilies/santa.gif)
Mufasa
(aka Dave of Sandy, Utah, USA)
[
Providing low-cost remote Database Admin services]
Click here to join
Utah Oracle Users Group on Tek-Tips if you use
Oracle in
Utah USA.