In which phase of SMP/E processing is the DB2 software installed into the target libraries?
In order to install the RACF access control module for a DB2 subsystem, to which of the following modules should DSNTIJEX refer?
A down level page set is identified by the following error message:
DSNB232I UNEXPECTED DATA SET LEVEL ID ENCOUNTERED
Which of the following should be performed to correct the condition?
Which one of the following buffer pool thresholds determines the percentage of the buffer pool that might be occupied by sequentially accessed pages?
Sequential Steal Threshold (VPSEQT) -- The percentage of pages that can be used for prefetch. Default is 70%. For pools with mostly sequential access, you can set this value as high as 100. For pools with mostly random access, set this value very low. Review the prefetch failure statistics to determine if applications attempt to use sequential processing against the objects allocated in this pool.
https://www.bmc.com/blogs/db2-for-zos-buffer-pools-the-basics/
Which stored procedures need to be set up in order to register an XML schema?
https://www.ibm.com/support/knowledgecenter/SSEPGG_11.1.0/com.ibm.db2.luw.xml.doc/doc/c0022711.html
When a database is created, the stored procedures used to register XML schemas are also created. To register XML schemas through the stored procedure method, invoke the XSR_REGISTER, XSR_ADDSCHEMADOC and XSR_COMPLETE stored procedures with the CALL statement.
Currently there are no comments in this discussion, be the first to comment!