Exam 13: Performance Monitoring
Exam 1: Oracle Architecture Overview79 Questions
Exam 2: Tools and Architecture100 Questions
Exam 3: Creating an Oracle Instance109 Questions
Exam 4: Oracle Physical Architecture and Data Dictionary Views110 Questions
Exam 5: Basic Storage Concepts and Settings104 Questions
Exam 6: The Basics of Querying a Database109 Questions
Exam 7: Basic Table Management104 Questions
Exam 8: Advanced Table Management84 Questions
Exam 9: Constraints, indexes, and Other Specialized Objects108 Questions
Exam 10: Basic Data Management65 Questions
Exam 11: Advanced Data Management89 Questions
Exam 12: Security Management110 Questions
Exam 13: Performance Monitoring84 Questions
Exam 14: Proactive Maintenance83 Questions
Exam 15: Backup and Recovery86 Questions
Select questions type
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)
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)
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)
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
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)