Oracle Database Administration 2019 Certified Professional — Question 66
Which three statements are true about displaying the location of voting files, OCR Files, or OLR files in Oracle Clusterware 19c on a UNIX system? (Choose three.)
Answer options
- A. Use cat /etc/oracle/olr.loc to view the location of the OCR and OLR if stored on a file system.
- B. Use the ls command in the asmcmd utility to view the location of voting files if stored in ASM.
- C. Use crsctl query css votedisk to view the location of voting files if stored in ASM.
- D. Use the ocrcheck command to view the location of the OCR only if stored in a file system.
- E. Use crsctl query css votedisk to view the location of voting files if stored in a file system.
- F. Use cat /etc/oracle/ocr.loc to view the location of the OCR if stored in ASM.
Correct answer: B, C, D
Explanation
Options B, C, and D are correct because they accurately describe methods to view the locations of voting and OCR files in Oracle Clusterware 19c. Option A is incorrect as it pertains to the OLR and OCR file locations specifically on a file system, which is not relevant for ASM. Option E is also incorrect because it describes viewing voting files in a file system context, which is not applicable in this case.