Exam 1z0-078 All QuestionsBrowse all questions from this exam
Question 16

You administer a RAC database that currently runs on a four-node cluster but which has three instances.

Which two statements are always true about redo logs for this RAC database? (Choose two.)

    Correct Answer: A, E

    A thread of redo must be created before starting a fourth instance if a thread is not already available. This ensures that each instance has its own thread of redo for transaction recovery and management. Additionally, a thread of redo must contain at least two log groups before it can be enabled, as this is a requirement for the proper functioning of the redo log mechanism within RAC environments to ensure data integrity and availability.

Discussion
Test_1Options: AE

I think A E correct answer.