Exam 13: Performance Monitoring

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

The DBMS_STATS package can be used to gather statistics at all object layers of an Oracle database,such as for tables,indexes,even for a whole schema or an entire database.

(True/False)
4.9/5
(29)

ADDM stands for ___________________________________.

(Short Answer)
4.8/5
(32)

The ANALYZE command is a little more complex to use than the DBMS_STATS package to generate statistics.

(True/False)
4.9/5
(41)

The internal Oracle 10g Scheduler executes the GATHER_STATS_JOB job on a daily basis,by default.

(True/False)
4.9/5
(47)

The ____ option of the ANALYZE command calculates statistics on a sample number or percentage of rows,defaulted to 1,064 rows.

(Multiple Choice)
4.8/5
(34)

The ____ provides an easy-to-use interface into performance data stored in an Oracle database.

(Multiple Choice)
4.8/5
(37)

The reason for a deadlock is that a pending ____________________ request cannot be serviced,because the lock required will never be released.

(Short Answer)
4.7/5
(35)

The Windows Performance ____________________ displays graphical representations of resource usage.

(Short Answer)
4.8/5
(38)

The heart of automated statistics gathering and management for Oracle 10g is in the ____________________ browser interface.

(Short Answer)
4.9/5
(37)

What is the role of the TopNNNN tools?

(Essay)
4.8/5
(33)

There are two easy ways to find invalid objects in Oracle 10g: (1)use the ____ metadata view and check the STATUS column,and (2)the metrics contained within the Database Control for finding invalid objects.

(Multiple Choice)
4.9/5
(31)

Statistics can be gathered manually using a command-line tool such as SQL*Plus,with the ____ command or the DBMS_STATS package.

(Multiple Choice)
4.9/5
(37)

From a purely performance perspective V$ views provide a picture of statistics,and the ability to drill-down into those statistics.

(True/False)
4.8/5
(34)

AWR stands for ______________________________.

(Short Answer)
4.9/5
(40)

Performance is really a measure of how quickly a database reacts to at a given request or activity.

(True/False)
4.8/5
(43)

The ____ option of the ANALYZE command collects only system statistics,not user schema statistics.

(Multiple Choice)
4.8/5
(39)

____________________ reads a small number of blocks in a table to make a best guess at the statistical picture of data in a table.

(Short Answer)
4.8/5
(43)

The ____ utility can be used to join the trace activity of a single session,from multiple trace files,when using a shared server configuration.

(Multiple Choice)
4.7/5
(33)

A(n)____________________ is the state of all data,in an entire database,at a specific point in time.

(Short Answer)
4.7/5
(33)

In general you should resolve lock conflicts manually when those conflicts are caused by applications.

(True/False)
4.8/5
(31)
Showing 21 - 40 of 84
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)