Oracle
1Z0-485 · Question #18
1Z0-485 Question #18: Real Exam Question with Answer & Explanation
Sign in or unlock 1Z0-485 to reveal the answer and full explanation for question #18. The question stem and answer options stay visible for context.
Question
You are measuring the I/O savings provided by storage indexes for Table A. One of your scripts displays the I/O savings as a result of the storage indexes. Which two statements are true? SQL> select count () from transmap.mymap_comp 2 where map_id between 400 and 500; COUNT() --------------------------------------- 103000 Elapsed: 00:00:00.08 SQL> select b.name, a.value/1024/1024 value from vSmystat a, vSstatname b, where b.statistic# = a.statistic# and b.nafne in (cell physical IO bytes eligible for predicate offload', cell physical IO interconnect bytes', cell physical IO bytes saved by storage index', cell physical IO interconnect bytes returned by smart scan') order by 1; Statistic Value (MB) ----------------------------------------------------------------------- ---------------------- ----------------- cell physical IO bytes eligible for predicate offload 2,255 .09 cell physical IO bytes saved by storage index .00 cell physical IO interconnect bytes 1.72 cell physical IO interconnect bytes returned by smart scan 1.68
Options
- AThe storage indexes were disabled using the disable_storage_INDEX Parameter.
- BStorage Index data is not on the Cell Server's region index memory structures yet because this
- CSince the database was started, no quires were run against this table with the same predicate.
- DThe storage indexes reduced the amount of physical I/O bytes significantly for this query.
Unlock 1Z0-485 to see the answer
You've previewed enough free 1Z0-485 questions. Unlock 1Z0-485 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.