Oracle Database Administration 2019 Certified Professional — Question 42
Which two methods exist for enabling the collection of additional resource debugging information for specific resources controlled by Oracle 19c Clusterware? (Choose two.)
Answer options
- A. Use the crsctl set trace res "resource_name=debugging_level" command.
- B. Use the crsctl set log res "resource_name=debugging_level2" command.
- C. Set the environment variable _USR_ORA_DEBUG=1 and then stop and restart the resource that requires resource debugging data to be collected.
- D. Use the cluvfy comp command for the specific resource within a component.
Correct answer: A, C
Explanation
Option A is correct because using the crsctl set trace command allows for tracing and debugging specific resources. Option C is also correct as setting the environment variable and restarting the resource enables detailed debugging information collection. Options B and D are incorrect because they do not pertain to enabling debugging data collection for resources.