Free C2090-600 Exam Braindumps (page: 6)

Page 5 of 16

Which options are valid for an online reorganization operation?

  1. FULL and RECLAIM EXTENTS
  2. CLASSIC and RECLAIM EXTENTS
  3. FULL and CLEANUP OVERFLOWS
  4. CLEAN OVERFLOWS and RECLAIM EXTENTS

Answer(s): A



A DBA has observed that queries executed against SALES table have poor performance. DB2 tools have indicated that the level of data fragmentation in the SALES table is very high. Similar results were detected for indexes defined on the SALES table.

Which of the following commands should be used by the DBA to improve the performance of the queries run against the SALES table?

  1. REORG TABLE sales AND INDEXES ALL;RUNSTATS ON TABLE sales AND INDEXES ALL;
  2. REORG TABLE sales INPLACE;
    REORG INDEXES ALL FOR TABLE sales;
    RUNSTATS ON TABLE sales AND INDEXES ALL;
  3. RUNSTATS ON TABLE sales AND INDEXES ALL;REORGCHK ON TABLE sales;
  4. RUNSTATS ON TABLE sales INPLACE AND INDEXES ALL;

Answer(s): A



Which of the following are valid Explain operators? (Choose two.)

  1. CTQ
  2. XSCAN
  3. IXSCAN
  4. SELECT
  5. COLSCAN

Answer(s): B,C


Reference:

https://www.ibm.com/support/knowledgecenter/en/SSEPGG_9.7.0/com.ibm.db2.luw.admin.explain.doc/doc/r0052023.html



Which is the correct way to back up only metadata about database backups, table space backups, and table load operations for database MYDB?

  1. CONNECT TO mydb
    PRUNE HISTORY TO /outdir
  2. db2trc on –db mydb –m “backup,load”run the desired operations db2tc dump db2trc.dmp db2tc format db2tc.dmp db2tc.fmt db2tc off
  3. BACKUP DATABASE mydb NO TABLESPACE TO /outdir
  4. db2set DB2_BCKP_PAGE_VERIFICATION=TRUE must be issued first (no instance restart is needed). Run the desired operations.
    Afterwards, issue db2trc dump <outfile>

Answer(s): B






Post your Comments and Discuss IBM C2090-600 exam with other Community members:

C2090-600 Discussions & Posts