Which setting will give information about when a data block is calculated?
A.
SET MSG INFO;
B.
SET MSG SUMMARY;
C.
SET MSG DETAIL;
D.
SET MSG WARNING;
Explanation:
http://download.oracle.com/docs/cd/E12032_01/doc/epm.921/html_techref/techref.htm#calc/
set.htm
B and C
SUMMARY
Displays calculation settings and provides statistics on the number of:
l
Data blocks created, read, and written
l
Data cells calculated
DETAIL
Provides the same information as SUMMARY. In addition, it displays a detailed information message
every time Essbase calculates a data block
Only DETAIL. Summary doesn’t show information “when a data block is calculated”.