QUESTION 206 Which statements are true regarding the Query Result Cache?
(Choose all that apply.) A. It can be set at the system, session, or table
level. B. It is used only across statements in the same session. C. It can
store the results from normal as well as flashback queries. D. It can store
the results of queries based on normal, temporary, and dictionary tables.
QUESTION 266
View the Exhibit to examine the parameters set for your database instance.
You execute the following command to perform I/O calibration after the
declaration of bind variables in the session that are used in the
command: SQL> EXECUTE dbms_resource_manager.calibrate_io(
num_physical_disks=>1, - max_latency=>50, - max_iops=>:max_iops,
-max_mbps=>:max_mbps, - actual_latency=>:actual_latency); Which
statement describes the consequence?
A. The command produces an error. B. The calibration process runs
successfully and populates all the bind variables. C. The calibration
process runs successfully but the latency time is not computed. D. The
calibration process runs successfully but only the latency time is computed.
QUESTION 257
Which client requests to the database can be captured as a part of the
workload capture? (Choose all that