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

Which two methods exist for enabling the collection of additional resource debugging information for specific resources controlled by Oracle 19c Clusterware? (Choose two.)

    Correct Answer: A, B

    Two methods exist for enabling the collection of additional resource debugging information for specific resources controlled by Oracle 19c Clusterware. The first method is using the command 'crsctl set trace res "resource_name=debugging_level"', which sets the resource debugging level. The second method is using the command 'crsctl set log res "resource_name=debugging_level2"', which sets the logging level for resources. Both methods adjust settings specifically designed for resource debugging. The environment variable option and the cluvfy comp command are not used for this purpose within Oracle 19c Clusterware.

Discussion
lcoleandroOptions: AB

A. Correct - crsctl set trace res "resource_name=debugging_level": Used to set resource debugging level. B. Correct - crsctl set log res "resource_name=debugging_level": Used to set logging level for resources. C. Incorrect - _USR_ORA_DEBUG=1 and restart resource: Not used for Clusterware resource debugging. D. Incorrect - cluvfy comp command: Used for component verification, not resource debugging.