000-736 Free Dumps Study Materials
Question 5: The test database MYDB requires frequent table and index reorganization to support ongoing
application development. A database administrator obtained the following information by executing the
command GET DB CFG
FOR mydb. (Note: output has been reduced to conserve space.) Automatic maintenance (AUTO_MAINT)
= OFF Automatic database backup AUTO_DB_BACKUP) = OFF Automatic table maintenance
(AUTO_TBL_MAINT) = OFF Automatic runstats (AUTO_RUNSTATS) = OFF Automatic statistics profiling
(AUTO_STATS_PROF) = OFF Automatic profile updates (AUTO_PROF_UPD) = OFF Automatic
reorganization (AUTO_REORG) = OFF
Which commands will enable automatic table and index reorganization for the database MYDB?
A. REORG TABLE ALL FOR DB mydb AUTOMATICALLY; REORG INDEXES ALL FOR DB mydb
AUTOMATICALLY;
B. UPDATE DB CFG FOR mydb USING AUTO_MAINT ON; UPDATE DB CFG FOR mydb USING
AUTO_REORG ON;
C. UPDATE DB CFG FOR mydb USING AUTO_TABLE_MAINT ON; UPDATE DB CFG FOR mydb
USING AUTO_REORG ON;
D. RESET DB CFG FOR mydb;UPDATE DB CFG FOR mydb USING AUTO_REORG ON;
Correct Answer: D
This document was created with Win2PDF available at http://www.win2pdf.com.
The unregistered version of Win2PDF is for evaluation or non-commercial use only.
This page will not be added after purchasing Win2PDF.