1.
If your DB2 server is not responding (hung), and you cannot run DB2 commands from the Command Line Processor, which utility can be used to list the applications currently connected to the database MYDB?
2.
Given INTRA_PARALLEL is OFF, average row length is 900 bytes, and temporary table cardinality is 1000, which setting would prevent a SORTHEAP overflow when the temporary table is sorted?
3.
Which action(s) will cause a compression dictionary to be removed from a table?
4.
Which statement is correct about statistical views?
5.
A DBA migrating an existing database to DB2 9.7 wants to allow the primary and secondary recovery logs to be used with non-buffered IO. Which statement is true?
6.
What would indicate intra-partition parallelism in an Optimizer Plan?
7.
When an agent that is connected to the database finishes its work of successfully processing a query, what happens to the agent?
8.
A table named TAB_A was created with the COMPRESS YES option specified and populated with 100,000 rows. If a DBA wants to create an index on table TAB_A, which statement is true?
9.
Table TAB1 was created using the following statement: CREATE TABLE tab1 (c1 INT, c2 INT, c3 INT, c4 INT, c5 INT); If column C1 is unique and queries typically access columns C1, C2, C3 and C4 together, which statement(s) will create index(es) that will provide optimal query performance?
10.
Which description is correct when discussing the DB2_MEM_TUNING_RANGE registry variable?