I am running in an Oracle 10g environment.

For simplicty, lets assume the following was done for all my tablespaces
and I have backups of control file and redo logs.

alter tablespace abc begin backup
!cp /tmp/abc01.dbf /tmp/backup/
alter tablespace abc end backup

Next lets assume I used RMAN to backup all my tablespaces and files.

How can I recover that one missing table with both strategies?

Thanks in advance for your help