C2090-312 Exam Questions
191 real C2090-312 exam questions with expert-verified answers and explanations. Page 3 of 4.
- Question #110
To monitor the storage used above and below the 2GB bar, what must occur?
- Question #111
The frequency of data being changed for several tables in the new Billing application is very unpredictable. A different approach to manage Runstats for these objects is desired. T...
- Question #112
When specifying "A" for the acceptance option in the column SECURITY_IN in the SYSIBM.LUNAMES catalog table, which statement is correct?
- Question #113
What is the maximum levels of backup that DB2 plan stability can support?
- Question #114
The access path chosen for a query shows a table space scan, when it appears that there is an index available that would provide a more efficient access path. What situation could...
- Question #115
What must be in place for the support of index compression?
- Question #116
You have been asked to find packages that use isolation level UR in dynamic SQL. Which trace will be utilized?
- Question #117
Which of the following techniques CANNOT be used to implement DB2 based row level authorization in a read-only environment for a specific table?
- Question #118
Which privilege allows the execution of the EXPLAIN STMTCACHE ALL SQL statement?
- Question #119
What must be done in order to audit read access to a table?
- Question #120
Which minimum system privilege allows you to create a trusted context?
- Question #121
If security administration is separated from system and database administration, via zparm, which level of authority is required to define roles or trusted contexts?
- Question #122
Which DSNZPARM parameter controls the number of locks that may be acquired on a table space?
- Question #123
DB2 10 is in enabling-new-function mode* after migrating from Version 8, which statement is correct?
- Question #124
In order to communicate a DISPLAY DATABASE (DB1) SPACENAM (TS1) command execution from one DB2 member to another, which coupling facility structure is used?
- Question #125
The billing application has a DB2 referential integrity set of three tables. TABA, TABB and TABC. Daily, Full Image copies are done for the three table spaces related to the three...
- Question #126
Which statement applies to the command STOP DB(MYDB*) SP(*) AT(COMMIT)?
- Question #127
In determining whether a REORG on an index space would improve performance, which two of the following columns would NOT be needed? (Choose two.)
- Question #128
Poorly tuned memory can affect application performance, such as having sequential prefetch turned off. Which statistic should you monitor from the statistics report to be sure this...
- Question #129
In order to properly monitor locks on a continual basis, which action should be performed but will avoid using excessive CPU resources to gather the information?
- Question #130
The I/O patterns for objects in database NEWBILL need to be reviewed in detail. All of the NEWBILL work runs under a single plan, NEWBILLPL. What START TRACE command should be used...
- Question #132
Which of the items listed below is NOT a prerequisite for using CURRENT EXPLAIN MODE?
- Question #133
When determining what page size will be best for index compression, which utility can be used to provide information on space saved and potential buffer space wasted for each of th...
- Question #134
Which DB2 performance feature is designed specifically to reduce the number of indexes that need to be created?
- Question #135
A table space is successfully recovered by using RECOVER TABLESPACE db.ts TOLASTFULLCOPY. This table space is referenced by an index. Which statement is true?
- Question #136
What is the maximum partition size for a table space created with NUMPARTS 128, a page size of 8K, and a default DSSIZE of 4G?
- Question #137
Which statement regarding triggers is true?
- Question #138
What is a general recommendation for when to rebind?
- Question #139
A statement-level access path hint can be applied to which type of SQL statement?
- Question #140
What does the UNLOAD utility allow you to unload?
- Question #141
Which statement about an array data type is true?
- Question #142
The degree of parallelism can vary for the REBUILD INDEX utility. What action should be taken to limit the use of real memory using the REBUILD INDEX utility?
- Question #143
Which is NOT a valid value for the KEYWORDS column in the DSN_PROFILES_ATTRIBUTES table?
- Question #144
What keyword establishes the maximum partition size of a partition-by-growth universal table space?
- Question #145
Which table characteristic is a good attribute for the exploitation of hash access?
- Question #146
What subsystem parameter in DDF specifies the maximum number of inactive or new connections queued that can be waiting for a DBAT to process the request?
- Question #147
From where does the cross-loader function allow you to load data?
- Question #148
Which technique can be utilized for the reporting of real-time statistics?
- Question #149
You are trying to reduce the transaction CPU cost by using KEEPDYNAMIC(YES). Which subsystem parameter would you increase to improve Local Dynamic Cache Hit Ratio and reduce the nu...
- Question #150
DB2 will not allow certain processing to occur when the soft limit of RBA TFF800000000'x is reached and an object's RBA remains in basic 6-byte format. What processing is NEVER all...
- Question #151
You have defined the array type PHONENUMBERS using the following DDL: CREATE TYPE PHONENUMBERS AS DECIMAL(10,0) ARRAY[50]; You also defined a variable named RECENT_CALLS based on t...
- Question #152
Which group of DB2 ACCOUNTING trace CLASSES must be started to collect accounting information for PLANS and PACKAGES?
- Question #153
What catalog table provides the information about missing or conflicting catalog statistics for SQL statements?
- Question #154
In order to use a literal replacement for a dynamic SQL caching statement what must be true about the statement?
- Question #155
Consider a logical data model that includes an Employees entity and a Projects entity. In this model, employees work on many projects and projects are worked on by many employees....
- Question #156
Given the following output: DSNV4011 _DB2D DISPLAY THREAD REPORT FOLLOWS - DSNV402I _DB2D ACTIVE THREADS - NAME ST A REQ ID AUTHID PLAN ASID TOKEN DB2CALL T 17039 BBISS BBISS 00AF...
- Question #157
DB2 AUDIT policies are defined by inserting rows into what DB2 Catalog table?
- Question #158
You analyze an accounting report. You see a high "NOT ACCOUNTED" time. Which two events can contribute to this high value?
- Question #159
You want to convert a segmented table space into a partition-by-growth table space. You execute the following ALTER statement: ALTER TABLESPACE DB1TS1 MAXPARTITIONS 5; What should...
- Question #160
Which statement is true regarding table-controlled partitioned table spaces without a MAXVALUE specified?