Which operation best describes the purpose of the SET INTEGRITY PRUNE operation?
A
Which statement regarding setting up a local keystore for DB2 native encryption is TRUE?
C
Given the following:
What will be the result of the following SQL statement?
INSERT INTO v3 (col1) values (30);
C
What is the main benefit of performing an ADMIN_MOVE_TABLE operation in multiple steps?
D
If the following SQL statements are executed:
How many rows will be added to the DEPARTMENT table?
D
Which ALTER TABLE statements will put a table named TAB1 in “reorg-pending” state? (Choose two.)
B,C
Which DB2 Explain Facility tool uses the Explain tables to display access plain information?
C
What is the default value of the DB2 registry variable DB2LDAP_SEARCH_SCOPE?
D
What levels of authority are needed to create a storage group? (Choose two.)
B,D
You suspect there is a communications issue between a member and a cluster caching facility (CF) in
a DB2 pureScale instance. Which command will provide diagnostic information that can be used to
confirm your suspicions?
D
What does dsmtop use to gather metrics?
D
What is the schema name of the DB2 built-in global variable TRUSTED_CONTEXT?
A
How would you enable self-tuning of memory areas that are controlled by memory configuration
parameters?
B
Which of the following statements about audit policies is TRUE?
D
On Linux and Unix systems, which of the following will set the DB2_FMP_COMM_HEAPSZ registry
variable to 1 GB (or 256000 pages), only for the instance db2inst1?
A.
As
the
db2
instance
owner
(db2inst1)
execute
the
command:exportDB2_FMP_COMM_HEAPSZ=256000
B. Add to the following line to the userprofile (db2inst1): DB2_FMP_COMM_HEAPSZ=256000
C.
As
the
db2
instance
owner
(db2inst1)
execute
the
command:db2set
i
DB2_FMP_COMM_HEAPSZ=256000
D. As the db2 instance owner (db2inst1)execute the command:db2set i db2inst1
DB2_FMP_COMM_HEAPSZ=256000
C