|
Explanation: To fix this problem you need to create and recover a clone database, export the table from the clone database, then import it into the primary database. Incorrect Answers: 1: You need to clone entire database, not only the files for the table space that contains the ORDER table. 2: You don't need to export the primary database into the cloned database. 3: You don't need to use the transportable table space option to fix this problem. Oracle 8, DBA Certification Exam Guide, Jason S. Couchman, p. 713-714 Chapter 15: Advanced Topics in Data Recovery
|