The control file records the physical structure of an Oracle database, including the database name, data file and redo log file names and locations, and checkpoint information. It is recommended to multiplex control files by having at least two control files located on different disks in case one becomes corrupt. To multiplex control files, use the ALTER SYSTEM statement to add new control file locations to the control_files parameter and copy the existing control file to the new locations before restarting the database.