Why can you not apply archive logs to not forward after an import?
Answer(s)
- Because the control file is recreated during the import.
- Because after an import, the database performs a RESETLOGS.
- Because no synchronizing information is stored in the archived logs or export file.
- There is no need to apply the archive logs because the database will apply them automatically.
Correct Answer
Because no synchronizing information is stored in the archived logs or export file.