Workload Manager (WLM) manages how many concurrent stored procedures can run in an address space and the number of concurrent stored procedures in an address space cannot exceed the value of the NUMTCB parameter. Which statement about the value of NUMTCB is correct?
ANUMTCB parameter must be set to 1 for Java stored procedures.
BNUMTCB parameter must be set to 1 for REXX stored procedures.
CNUMTCB parameter can be a value greater than 1 for native SQL stored procedures.
DNUMTCB parameter can be a value greater than 1 when a stored procedure invokes DB2 utilities.
Which two of the following DB2 performance features will ignore clustering in favor of faster insert performance? (Choose two.)
AAppend
BInline LOBs
CMember cluster
DVolatile table
EInclude columns
When is a merge scan join a well performing access path?
AWhen the number of qualifying rows of the inner and outer table are both large.
BWhen the query references at least two dimensions and the STARJOIN subsystem parameter is 1.
CWhen the number of rows in the outer table is small and the number of pages accessed in the inner table is small.
DWhen the matching columns of the inner table are in a non-clustering index or the outer table has duplicate qualifying rows.
What trace class will show deadlock information?
AAudit class 3.
BStatistic class 3.
CAccounting class 1.
DPerformance class 8.
Which DSNZPARM will define the number of RID Blocks in the RID Pool?
ANUMTCB
BMAXRBLK
CCONDBAT
DURLGWTH
When DB2 detects at runtime requiring a large amount of data to be read, which prefetch method is used more often?
AList prefetch
BDynamic prefetch
CSequential prefetch
DSkip sequential prefetch
In order to retain an access path across a rebind which of the following commands could be used?
ABIND PLAN
BREBIND PACKAGE(PK1) REOPT(ONCE)
CBIND PACKAGE (PK1) EXPLAIN(YES)
DREBIND PACKAGE (PK1) PLANMGMT(BASIC)
The available window to reorganize table spaces is being reduced. What data can provide information to allow for a priority list of candidate table spaces for reorganization based on recent activity with no recent RUNSTATS execution?
ASYSIBM.SYSCOPY
BSYSIBM.SYSTABLES
CSYSIBM.SYSINDEXES
DSYSIBM.SYSTABLESPACESTATS
Which DB2 trace is utilized to capture overall subsystem virtual memory consumption?
AThe DB2 audit trace.
BThe DB2 statistics trace.
CThe DB2 connection trace.
DThe DB2 accounting trace.
What is a consideration when specifying DATA CAPTURE CHANGES?
ACan be specified for capturing changes to an XML object.
BTo minimize logging, specify NOT LOGGED when DATA CAPTURE CHANGES is specified.
CREFRESH TABLE statement is not allowed with a table defined with DATA CAPTURE CHANGES.
DYou cannot turn on DATA CAPTURE CHANGES if the table space is in advisory REORGpending.
In using plan stability, what storage space requirement should be of carefully monitored?
AMINSTOR
BDSNDB07
CDSNDB01.SPT01
DDSN_STATEMNT_TABLE
What two parameters allow DB2 to keep a copy of a dynamically prepared statement in the cache?
AKEEPDYNAMIC(YES) and CACHEDYN=YES
BKEEPDYNAMIC(NO) and CACHEDYN=NO
CKEEPDYNAMIC(NO) and REOPT(ALWAYS)
DKEEPDYNAMIC(YES) and REOPT(ALWAYS)
What START TRACE command provides detailed lock suspend and lock contention trace information?
ASTART TRACE(AUDIT)
BSTART TRACE(STATS) CLASS(1)
CSTART TRACE(PERFM) CLASS(30) IFCID(44,45)
DSTART TRACE(ACCTG) CLASS(1,2,3) DEST(SMF)
When converting a multiple table segmented table space to partition-by-growth table spaces, which statement is correct?
ADSMAX may have to be increased.
BStorage requirements for EDMDBDC will decrease.
CStorage requirements for some applications will increase.
DThe dynamic statement cache should be increased to handle the additional SQL statements.
What would be a reason for altering the clustering index of a table?
ATo increase free space.
BBecause the clustering index has to match the primary index.
CTo choose a clustering index to favor batch sequential processing.
DTo choose a clustering index to promote sequential inserts at the end of the table space.
What is the DSNZPARM that determines the maximum amount of temporary storage in the work file data base for a single user at any given time?
AMAXRBLK
BMAXDBAT
CMAXKEEPD
DMAXTEMPS
In the CFRM policy, what is the purpose of the PREFLIST?
ATo identify the size of the structure.
BTo identify all the DB2 members in the group.
CTo identify the preferences for DB2 restart in the event of a disconnection.
DTo identify the preferences for structure rebuild/reallocation during a coupling facility failure.
What DB2 command when issued displays what migration mode the catalog is in?
ADSNC DISPLAY
BDISPLAY GROUP
CMODIFY irlmproc,STATUS
DDISPLAY DATABASE (DSNDB06)
Which authority level allows a user to run utilities that change the data in an application database?
ADBCTRL
BSYSOPR
CDBMAINT
DINSTALL SYSOPR
Which trace gives information about frequent log space shortages?
AAudit trace class(8)
BStatistics trace class(3)
CAccounting trace class(10)
DPerformance trace class(4)
When creating a stored procedure that will access non DB2 resources using the authorization ID of the user invoking the stored procedure, what value must the
SECURITY clause specify?
ADB2
BRACF
CUSER
DDEFINER
Row and column level security can be implemented using mask and permissions. Which two DB2 authorities are able to create a mask or permission? (Choose two.)
ASECADM authority.
BACCESSCTRL authority.
CDATAACCESS authority.
DSYSADM authority when SEPARATE_SECURITY=NO.
EThe owner of the object as he/she has that authority implicitly.
Which connection type can exploit trusted connections?
AIMS
BCAF
CCICS
DRRSAF
What should be implemented in order to audit all the activity of the install SYSADM?
ADATA CAPTURE CHANGES should be set on all tables.
BA DB2 audit policy should be established, identifying the SYSADM ID to be audited.
CThe DB2 authorization exit should be modified to convert the install SYSADM ID to another ID
DNothing can be done, the install SYSADM has the highest authority and is not controlled or monitored.
Which attribute(s) determine the absolute maximum number of partitions for a partition-by-growth table space?