|
Explanation: Import is logical backup of objects, it does not work with archive logs because there is no synchronizing information is stored in the archived logs or export file. Incorrect Answers: 1: The control file is not recreated during the import. 2: The database does not perform a RESETLOGS operation after an import, you need to reset logs after incomplete recovery, not after import. 4: The database cannot apply the archive logs after import by definition of export/import. Oracle 8, DBA Certification Exam Guide, Jason S. Couchman, p. 722-730 Chapter 15: Advanced Topics in Data Recovery
|