Multiple choice Which of the following is a false statement about the data flow in Oracle database? The log buffer is responsible for records all the changes made to the buffer cache. The log buffer is a part of SGA (System Global Area). The serve process makes an entry to log buffer to execute the SQL statements. The log buffer is not responsible to redo the changes in case of a recovery process. None of the above Reveal answer Fill a bubble to check yourself D Correct answer Explanation This is a false statement as log buffer records all changes made to buffer cache and these changes can be done again in the recovery process.