I have a database in Oracle8i.
Some of the tables under schema X got wrong data. I want to recover database from the backup (export dump file) taken last Sunday.
I don't want to overwrite the existing database.
How can I accomplish this recovery?
Can I recover only tables and data under the schemaX?
Should I create a new database first and recover the database from the dump file while the same name database is located on the same physical machine.
Some of the tables under schema X got wrong data. I want to recover database from the backup (export dump file) taken last Sunday.
I don't want to overwrite the existing database.
How can I accomplish this recovery?
Can I recover only tables and data under the schemaX?
Should I create a new database first and recover the database from the dump file while the same name database is located on the same physical machine.