Recover a table missing data to point-in-time
Hi,
We have some data missing from a table. We are trying to recover this table from 25 days ago. The table uses two tablespaces and one of them is LOB_TBS. The total size of the table (including the Lob) is about 25 GB. What’s the simplest way to do this and how (I've never done a recovery before)? Once I get the dump file I can import it into TEST database, and then compare the data with production. We use 64-bit Oracle 11.1.0.7 on RHEL OS. The database is production DB and it's running in ARCHIVELOG mode.
Thanks for the help!