1Z0-068 · Question #19
Which three statements are true about Global Resource Management in an Oracle 12c RAC database?
The correct answer is B. Object remastering causes all blocks in any instances' buffer cache from the same object to be C. When a database instance fails, then some global resource masters lost from the failing instance D. Lazy remastering instances occurs when an instance shuts with SHUTDOWN. B: Remastering is the term used that describes the operation whereby a node attempting recovery tries to own or master the resource(s) that were once mastered by another instance prior to the failure. When one instance leaves the cluster, the GRD of that instance needs to be…
Question
Which three statements are true about Global Resource Management in an Oracle 12c RAC database?
Options
- ALazy remastering occurs when an instance shuts with SHUTDOWN IMMEDIATE.
- BObject remastering causes all blocks in any instances' buffer cache from the same object to be
- CWhen a database instance fails, then some global resource masters lost from the failing instance
- DLazy remastering instances occurs when an instance shuts with SHUTDOWN
- EGlobal Enqueue resources are recovered after Global Cache Resources after an instance failure.
How the community answered
(33 responses)- A9% (3)
- B70% (23)
- E21% (7)
Explanation
B: Remastering is the term used that describes the operation whereby a node attempting recovery tries to own or master the resource(s) that were once mastered by another instance prior to the failure. When one instance leaves the cluster, the GRD of that instance needs to be redistributed to the surviving nodes. RAC uses an algorithm called lazy remastering to remaster only a minimal number of resources during a reconfiguration. D: Using the SHUTDOWN TRANSACTIONAL command with the LOCAL option is useful to shut down a particular Oracle RAC database instance. Transactions on other instances do not block C: Recovery from instance failure is automatic, requiring no DBA intervention. In case of instance failure, a surviving instance can read the redo logs of the failed instance. For example, when using the Oracle Parallel Server, another instance performs instance recovery for the failed instance. In single-instance configurations, Oracle performs crash recovery for a database when the database is restarted, that is, mounted and opened to a new instance. The transition from a mounted state to an open state automatically triggers crash recovery, if Incorrect Answers: A: After a NORMAL or IMMEDIATE shutdown, instance recovery is not required. https://docs.oracle.com/database/121/RACAD/admin.htm#RACAD8910
Topics
Community Discussion
No community discussion yet for this question.