Multiple choice

___________ contain the physical structure of a database.

  1. Archive log files

  2. Initialization files

  3. Control files

  4. SGA definition files

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The correct answer is C because control files contain the physical structure of an Oracle database, including the database name, names and locations of data files and redo log files, and the current log sequence number. Archive log files (A) store redo entries, initialization files (B) contain parameter settings, and SGA definition files (D) are not a standard Oracle file type.