Where do you find the information about missing redo log file?
-
trace file
-
audit trail
-
control file
-
alert log file
-
event viewer
D
Correct answer
Explanation
Oracle's alert log file records all critical database events and errors, including information about missing or corrupted redo log files. When the database encounters issues with redo logs, it writes detailed messages to the alert log. This makes the alert log the primary source for diagnosing redo log problems. The trace file contains process-specific dumps, audit trails track user activities, the control file stores database metadata, and event viewer is a Windows tool - none of these are the correct location for redo log issue information.