which two types of files may require a recovery with the RESETLOGS option?

The database is configured in ARCHIVELOG mode and regular complete database backups are
taken. The loss of which two types of files may require a recovery with the RESETLOGS option?
(Choose two)

The database is configured in ARCHIVELOG mode and regular complete database backups are
taken. The loss of which two types of files may require a recovery with the RESETLOGS option?
(Choose two)

A.
Control files

B.
Password files

C.
Inactive online redo log file

D.
Archived log files required to perform recovery

E.
Newly created tablespace which is not backed up



Leave a Reply 1

Your email address will not be published. Required fields are marked *


Helcio

Helcio

About Opening with the RESETLOGS Option

The RESETLOGS option is always required after incomplete media recovery or recovery using a backup control file. Resetting the redo log does the following:

– Archives the current online redo logs (if they are accessible) and then erases the contents of the online redo logs and resets the log sequence number to 1. For example, if the current online redo logs are sequence 1000 and 1001 when you open RESETLOGS, then the database archives logs 1000 and 1001 and then resets the online logs to sequence 1 and 2.

– Creates the online redo log files if they do not currently exist.

– Reinitializes the control file metadata about online redo logs and redo threads.

– Updates all current datafiles and online redo logs and all subsequent archived redo logs with a new RESETLOGS SCN and time stamp.