1.
Which statement about label-based access control (LBAC) is TRUE?
2.
Which of the following commands will list all of the disk configurations of the file system DATAFS in a DB2 pureScale cluster?
3.
Which command can be used to view the configured global registry settings for all installed DB2 copies found on a Linux server?
4.
Which statement regarding event monitors is TRUE?
5.
Which options are valid for an online reorganization operation?
6.
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?
7.
Which is the correct way to back up only metadata about database backups, table space backups, and table load operations for database MYDB?
8.
Which of the following SQL statements will list table spaces whose utilization is greater than 95% and may potentially fill, returning an error?
9.
Which of the following enables the user to connect to the HADR standby database and execute select statements?
10.
The DBA is concerned about a new application potentially corrupting a set of tables in table space TS1 in database DB1. TAB1 is a table in TS1. The DBA performs the following commands before running the application. The first QUIESCE completes at time pit.
BACKUP DATABASE DB1 TABLESPACE (TS1) ONLINE
QUIESCE TABLESPACES FOR TABLE tab1 EXCLUSIVE
QUIESCE TABLESPACES FOR TABLE tab1 RESET
Which of the following is TRUE?