5.Examine the section of the Health Check report given below:
DBMS_HM.GET_RUN_REPORT('HM_RUN_1061')
Run Name : HM_RUN_1061
Run Id : 1061
Check Name : Data Block Integrity Check
Mode :REACTIVE
Status : COMPLETED
Start Time : 2007-05-12 22:11:02.032292 -07:00
End Time : 2007-05-12 22:11:20.835135 -07:00
Error Encountered : 0
Source Incident Id : 7418
Number of Incidents Created :0
Which two statements are true regarding the Health Check report? (Choose two.)
A. Health Check was performed manually.
B. Health Check was performed to check the disk image block corruptions.
C. Health Check was performed to check interblock and intersegment corruption.
D. Health Check was performed to verify the integrity of database files and report failures.
E. Health Check was performed by the Health Monitor automatically in response to a critical error.
Answer: AB
答案解析:
参考:http://docs.oracle.com/cd/E11882_01/server.112/e25494/diag.htm#ADMIN11274
You can view Health Monitor checker reports with the DBMS_HM
package function GET_RUN_REPORT
. This function enables you to request HTML, XML, or text formatting. The default format is text, as shown in the following SQL*Plus example:
To obtain a list of health check names, run the following query: