nerdexam
Oracle

1Z0-054 · Question #134

View the Exhibit and examine the partial output obtained when you issued the following query: SQL> SELECT name,class,value FROM v$sysstat ORDER BY class; Which two interpretations are correct about…

The correct answer is C. Usage of CACHE and NOCACHE hints affects statistics for table scans (long tables) and table D. redo log space requests indicates the number of times a there were waits for disk space to be. See the full explanation below for the reasoning.

Question

View the Exhibit and examine the partial output obtained when you issued the following query:

SQL> SELECT name,class,value FROM v$sysstat ORDER BY class; Which two interpretations are correct about the information obtained from this view? (Choose two.)

Exhibit

1Z0-054 question #134 exhibit

Options

  • Adb block changes indicates the number of data blocks that have been changed.
  • Bbuffer is pinned count indicates the number of buffers that are currently pinned in the database
  • CUsage of CACHE and NOCACHE hints affects statistics for table scans (long tables) and table
  • Dredo log space requests indicates the number of times a there were waits for disk space to be

How the community answered

(54 responses)
  • A
    20% (11)
  • B
    9% (5)
  • C
    70% (38)

Community Discussion

No community discussion yet for this question.

Full 1Z0-054 Practice