IBM Assessment: DB2 9.7 Advanced DBA for LUW - A2090-544 Exam Practice Test
Which description is correct when discussing the DB2_MEM_TUNING_RANGE registry variable?
Correct Answer: D
Vote an answer
A DBA wants to migrate a DB2 LUW 8.2.2 database to version 9.7 and plans to use currently committed (CC) semantics on an application-by-application basis. Which process will yield the desired results?
Correct Answer: B
Vote an answer
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?
Correct Answer: D
Vote an answer
Which statement is true about clustering indexes in a partitioned database?
Correct Answer: C
Vote an answer
An active partitioned instance named DB2INST1 uses the following db2nodes.cfg file:
1 server1 0
2 server1 1
3 server1 2
4 server1 3
The following command is issued to add a new database partition:
db2start DBPARTITIONNUM 5 ADD DBPARTITIONNUM HOSTNAME server1 PORT 4
Upon successful completion of the db2start command, which statement is true regarding the status of the instance DB2INST1?
1 server1 0
2 server1 1
3 server1 2
4 server1 3
The following command is issued to add a new database partition:
db2start DBPARTITIONNUM 5 ADD DBPARTITIONNUM HOSTNAME server1 PORT 4
Upon successful completion of the db2start command, which statement is true regarding the status of the instance DB2INST1?
Correct Answer: B
Vote an answer
A database and a table space were created using the following commands:

Afterwards, two tables were created in table space TBSP1 and both tables were populated with 100,000 rows. If a DBA decides that database MYDB should use automatic storage, which command(s) are needed to convert the database?

Afterwards, two tables were created in table space TBSP1 and both tables were populated with 100,000 rows. If a DBA decides that database MYDB should use automatic storage, which command(s) are needed to convert the database?
Correct Answer: B
Vote an answer
A database named DB1 has a database partition group named MULTIPG that has been defined
across partitions 3, 4 and 5.
The DBA issues the following series of commands/SQL statements:
CONNECT TO db1;
SET CURRENT DBPARTITIONNUM 4;
ALTER DATABASE PARTITION GROUP multigp ADD DBPARTITIONNUM (6);
Which partition will DB2 use as a model for table spaces on partition 6?
across partitions 3, 4 and 5.
The DBA issues the following series of commands/SQL statements:
CONNECT TO db1;
SET CURRENT DBPARTITIONNUM 4;
ALTER DATABASE PARTITION GROUP multigp ADD DBPARTITIONNUM (6);
Which partition will DB2 use as a model for table spaces on partition 6?
Correct Answer: D
Vote an answer
Which action can be performed by the ALTER TABLESPACE statement?
Correct Answer: D
Vote an answer
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?
Correct Answer: B
Vote an answer
Given an HADR pair configured with HADR_PEER_WINDOW set to 300 seconds. If the standby server looses communication with the primary at 11:02:03 am, when can the following command be run so that the standby server will successfully be promoted to be a primary server?
TAKEOVER HADR ON DB mydb BY FORCE PEER WINDOW ONLY
TAKEOVER HADR ON DB mydb BY FORCE PEER WINDOW ONLY
Correct Answer: D
Vote an answer