C Exam code: C Exam name: IBM DB2 11 DBA for z/os. Version 15.0

Size: px
Start display at page:

Download "C Exam code: C Exam name: IBM DB2 11 DBA for z/os. Version 15.0"

Transcription

1 C Number: C Passing Score: 800 Time Limit: 120 min File Version: Exam code: C Exam name: IBM DB2 11 DBA for z/os Version 15.0

2 C QUESTION 1 Which two options can be specified in order to access a system-period temporal table for a specific point in time guaranteeing accurate results? A. A period-specification placed in the FROM clause of a subselect. B. A period-specification placed in the WHERE clause of a subselect C. A SELECT statement predicate against the transaction start ID of the base table. D. A predicate against the start and end columns of the base table placed in the WHERE clause of a subselect. E. A SET of the CURRENT TEMPORAL SYSTEM_TIME special register to a non-null value prior to a SELECT against the temporal table. E QUESTION 2 As part of a health check, it is determined that the statistics feedback should be externalized more frequently. Optimizer statistics recommendations can be immediately externalized to the DB2 catalog by performing what action? A. Issue the ACCESS command with appropriate keywords. B. Issue the ARCHIVE command with the appropriate keywords. C. Issue the STOP command for the appropriate set of statistics. D. Issue the ALTER command with the appropriate memory location. Correct Answer: A QUESTION 3 Prefetch l/os are executed under a service request block in which address space? A. IRLM B. DBM1 C. MSTR D. User address space QUESTION 4 A hotel prices its rooms differently at different times of the year. For example, Room 101 rents for $100 per night January through March, $150 per night April through September, and $80 per night October through December. Which type of table could be used to implement the time-based rate changes?

3 A. A rate-period temporal table B. A range-based temporal table C. A system-period temporal table D. An application-period temporal table QUESTION 5 If the OPTHINTS subsystem parameter is set to YES, and you issue the following DB2 command relating to optimization parameter hints: BIND QUERY LOOKUP (YES) what is the result of the execution of this command? A. A list of queries that are in error is produced. B. Updated values are placed in SYSIBM.SYSQUERY and SYSIBM.SYSQUERYPLAN tables. C. New values are inserted into the SYSIBM.SYSQUERY and SYSIBM.SYSQUERYPLAN tables. D. Messages containing only the status of rows in catalog tables SYSIBM.SYSQUERY and SYSIBM.SYSQUERYPLAN. Reference: 01.ibm.com/support/knowledgecenter/SSEPEK_11.0.0/com.ibm.db2z11.doc.comref/src/tpc/db2z _cmd_bindquery.dita?cp=ssepek_11.0.0%2f QUESTION 6 What is necessary in order to enable optimization hints? A. ASYSIBM.PLAN_TABLEtable. B. INSERT authority on SYSIBM.SYSQUERY table. C. A required index on the PLAN_TABLE used for optimization hints. D. ADSN USERQUERY TABLE table under the schema in which hints will be created. QUESTION 7 Which command populates the EXPLAIN tables but does not create a package?

4 A. REBINDCOPY B. REBINDEXPLAIN(NO) C. REBINDEXPLAIN(YES) D. REBIND EXPLAIN(ONLY) Reference: 01.ibm.com/support/knowledgecenter/SSEPEK_11.0.0/com.ibm.db2z11.doc.comref/src/tpc/db2z _bindoptexplain.dita QUESTION 8 The TCP/IP Already Verified (TCPALVER) DB2 system parameter controls whether DB2 accepts a TCP/IP connection requests. Which statement is NOT a valid value? A. TCPALVER=NO B. TCPALVER=YES C. TCPALVER=SERVER_SECURE D. TCPALVER=SERVERENCRYPT QUESTION 9 Which global variables statement is true? A. A global variable is a synonym for special registers. B. Like for special registers, the access to global variables cannot be granted or revoked. C. A global variable is a created DB2 object, which can be instantiated and used by applications. D. Global variables can only be used in native SQL stored procedures and user-defined functions. QUESTION 10 Which DB2 subsystem parameter limits the number of concurrent active TSO requests? A. IDBACK B. IDFORE C. MAXDBAT D. CONDBAT

5 QUESTION 11 An Audit report shows that data on the CUSTOMER table was successfully updated by an unknown USERID. What other DB2 supplied information could be reviewed to learn more about the updated data? A. BSDS B. SYSIBM.SYSPACKDEP C. DB2 Active and Archive Logs D. SYSIBM.SYSAUDITPOLICIES QUESTION 12 You want to create a table space without actually creating the underlying data sets until rows are inserted into the corresponding table. Which CREATE TABLESPACE statement option and value should you use? A. PRIQTYO B. PRIQTY-1 C. DEFINE NO D. DEFER YES QUESTION 13 Which component is NOT shared between DB2 data sharing members? A. SCA B. IRLM C. DB2 catalog D. DB2 directory QUESTION 14 You are having problems accessing SYSIBM.SYSTABLES in your data sharing environment and you want to know who is using the table space DSNDB06.SYSTSTAB. How would you find this information? A. -DIS THREAD (') TYPE(SYSTEM) B. -DIS DB(DSNDB06) SP(SYSTSTAB) USE

6 C. -DIS GROUPBUFFERPOOL(GBPO) CONNLIST(YES) D. -DIS BUFFERPOOL (BPO) DB(DSNDB06) SP(SYSTSTAB) LIST(ACTIVE) QUESTION 15 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? A. The index has now a status of REFP. B. The index has now a status of RECP. C. The index has now a status of CHKP. D. The index has now a status of RBDP. QUESTION 16 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? A. 1G B. 2G C. 4G D. 8G QUESTION 17 Which statement regarding triggers is true? A. A trigger can use global variables and change their contents. B. A trigger can use global variables but cannot change their contents. C. A trigger cannot use global variables but can change their contents. D. A trigger cannot use global variables and cannot change their contents. QUESTION 18

7 What is a general recommendation for when to rebind? A. After a backup is taken. B. After a subsystem restart. C. Before maintenance is applied. D. After a major change in data volume. QUESTION 19 A statement-level access path hint can be applied to which type of SQL statement? A. Static SQL statements only. B. Dynamic SQL statements only. C. Both static and dynamic SQL statements. D. Statements included in a CREATE PROCEDURE statement only. QUESTION 20 Which is NOT a valid privilege/authority for executing CREATE TYPE (array)? A. SYSADM B. SYSOPR C. SYSCTRL D. CREATEIN on the schema Correct Answer: A QUESTION 21 You want to determine which objects of your database DB1 are in LPL. What command should be used? A. -DIS DB(DB1) SP(') ADVISORY(LPL) LIMIT(') B. -DIS DB(DB1) SP(') RESTRICT(LPL) LIMIT(') C. -DIS DB(DB1) SP(') ADVISORY(LPL) LIMIT(") SCOPE(GROUP) D. -DIS DB(DB1) SP(') RESTRICT(LPL) LIMIT(') SCOPE(GROUP)

8 QUESTION 22 An application receives an 00C90110 reason code. See the following manual explanation of the code. " 00C90110:The data manager detected an inconsistent data condition. This may be caused by an inconsistency in either the DB2P' catalog or the DB2 directory. In this case, the OBD for the requested OBID cannot be located in the database descriptor (DBD). The DBD in storage may be inconsistent. Specifically, the OBDDMAP(OBID) array element should contain an offset into the DBD where the OBD should be located. However, in this case the OBD expected was not at the indicated offset.to prevent further damage and possible loss of data, the inconsistency must be corrected before any further SQL access is attempted to this database." Even though the problem cannot be recreated, you still want to find out what caused this and you want to collect additional information for the IBM support team. Which utilities and service aids CANNOT help to provide useful additional info to diagnose the problem? A. REPAIR B. REPORT C. DIAGNOSE D. DSN1LOGP QUESTION 23 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? A. Increase the value of the PARALLEL option. B. Decrease the value of the PARALLEL option. C. Increase the value in the CURRENT DEGREE special register. D. Decrease the value in the CURRENT DEGREE special register. Correct Answer: A QUESTION 24 Which is NOT a valid value for the KEYWORDS column in the DSN_PROFILES_ATTRIBUTES table? A. MONITOR THREAD B. MONITOR IDLE THREADS C. MONITOR CONNECTIONS D. MONITOR ACTIVE THREADS QUESTION 25

9 What keyword establishes the maximum partition size of a partition-by-growth universal table space? A. PART B. DSSIZE C. SEGSIZE D. MAXPARTITIONS QUESTION 26 Which table characteristic is a good attribute for the exploitation of hash access? A. At least 20 rows fit on a data page. B. DB2 uses range scans to access rows in the table. C. The size of individual rows in the table vary greatly. D. DB2 uses sequential lookups to access data in the table. QUESTION 27 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? A. IDTHTOIN B. MAXDBAT C. CONDBAT D. MAXCONQN QUESTION 28 From where does the cross-loader function allow you to load data? A. From an input file including all columns. B. From a cursor including LOB columns but not including XML columns. C. From a cursor including XML columns but not including LOB columns. D. From a cursor including all LOB and XML columns except the ROWID column. Correct Answer: A

10 QUESTION 29 When performing several inserts into a table defined with an identity column, which attribute could be ALTERed to help with the performance? A. RESET B. CACHE C. MAXVALUE D. INCREMENT QUESTION 30 Which DB2 Client command can be used to identify the Client's version? A. db2fm B. db2look C. db2level D. db2ldcfg QUESTION 31 What is the minimum buffer pool page size for a compressed index? A. 4K B. 8K C. 16K D. 32K Correct Answer: A QUESTION 32 What can you accomplish with the stored procedure ADMIN_UTL_MONITOR? A. This stored procedure helps you monitor currently running threads. B. You can create a detailed report of currently running and stopped utilities. C. This stored procedure materializes SYSIBM.SYSSTATFEEDBACK for the page sets you specify as input parameter. D. You can create RUNSTATS profiles and RUNSTATS recommendations for DB2 tables in your DB2 subsystem.

11 Reference: 01.ibm.com/support/knowledgecenter/SSEPEK_11.0.0/com.ibm.db2z11.doc.perf/src/tpc/db2z_s p_adminutlmonitor.dita?cp=ssepek_11.0.0%2f QUESTION 33 Which DB2 subsystem parameter is used to control the number of concurrent inbound DDF connections? A. MAXDBAT B. CTHREAD C. CONDBAT D. CONTSTOR QUESTION 34 Which technique can be utilized for the reporting of real-time statistics? A. Call stored procedure SYSPROC.DSNACCOX. B. Call stored procedure SYSPROC.ADMINJNFOJHOST. C. Query the SYSI BM.SYSTABSTATS system catalog table. D. Query the SYSIBM.SYSTABLES_PROFILES system catalog table. QUESTION 35 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 number of short prepares? A. MAXRBLK B. MAXKEEPD C. MAXTEMPS D. CONTSTOR QUESTION 36 DB2 will not allow certain processing to occur when the soft limit of RBA TFF 'x is reached and an object's RBA remains in basic 6-byte format. What processing is NEVER allowed?

12 A. Changes to the BSDS. B. RECOVER to CURRENT. C. REORG with RBALRSN_CONVERSION EXTENDED. D. SQL update activities (INSERT. UPDATE, DELETE, MERGE). Reference: 01.ibm.com/support/knowledgecenter/SSEPEK_11.0.0/com.ibm.db2z11.doc.admin/src/tpc/db2z _rbalrsnlimitsreached.dita QUESTION 37 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 this new array type as follows: CREATE VARIABLERECENT_CALLS PHONENUMBERS: Which SQL statement would you use to set the variable LIST_SIZE to the maximum array size allowed for the variable RECENT_CALLS? A. SET LIST_SIZE = MAX(RECENT_CALLS) B. SET LIST_SIZE = ARRAY_MAX(RECENT_CALLS) C. SET LIST_SIZE = ARRAY_LAST(RECENT_CALLS) D. SET LIST_SIZE = MAX_CARDINALITY(RECENT_CALLS) QUESTION 38 Which group of DB2 ACCOUNTING trace CLASSES must be started to collect accounting information for PLANS and PACKAGES? A. CLASS(2, 7,8) B. CLASS(1, 2,3) C. CLASS(1, 5,10) D. CLASS(1, 2, 3,7,8) QUESTION 39 What catalog table provides the information about missing or conflicting catalog statistics for SQL statements? A. SYSIBM.SYSGUERYSEL B. SYSIBM.SYSTATFEEDBACK C. SYSIBM.SYSVARIABLES_TEXT

13 D. SYSIBM.SYSOUERYPREDICATE QUESTION 40 When would DB2 NOT use list prefetch? A. Fast log apply operations. B. Reading leaf pages of a disorganized index. C. RUNSTATS TABLESPACE without table sampling. D. Incremental image copies of a table space defined with TRACKMOD YES. QUESTION 41 Which DB2-supplied stored procedure captures statistics and DDL for DB2 objects, extracts subsystem parameters and explain information for queries and applications, and returns the results in a data set or as a result set? A. ADMIN_INFO_SQL B. ADMIN_JOB_QUERY C. ADMIN_INFO_SYSPARM D. ADMIN UPDATESYSPARM Reference: (page 72, see the table) QUESTION 42 What is required before you begin your installation of DB2 11? A. Data sets for catalog and directory tables must be user-managed. B. Data sets for only the catalog tables must be SMS-managed and include a data class for allocating the data sets in extended format. C. Data sets for only the directory tables must be SMS-managed and include a data class for allocating the data sets in extended format. D. Data sets for catalog and directory tables must be SMS-managed and include a data class for allocating the data sets in extended format. Correct Answer: A

14 QUESTION 43 Which SQL statement can be used to create a data type that will represent possible speed limit values, with valid values not greater than 99, and to create a table that contains route numbers and the maximum speed limit for each route? A. CREATE TYPE SPEEDJJMIT AS SMALLINT; CREATE TABLE STATE_HIGHWAYS (ROUTE_NO SMALLINT, MAX_SPEED SPEEDJJMIT); B. CREATE TYPE SPEEDJJMIT AS DECIMAL(2.0); CREATE TABLE STATEJHIGHWAYS (ROUTE_NO SMALLINT. MAX_SPEED SPEEDJJMIT); C. CREATE TYPE SPEEDJJMIT AS DECIMAL(2.0); CREATE TABLE STATEJHIGHWAYS (ROUTE_NO SMALLINT. SPEED_LIMIT); D. CREATE TYPE SPEEDJJMIT USING DECIMAL(2.0); CREATE TABLE STATE_HIGHWAYS (ROUTE_NO SMALLINT. MAX_SPEED SPEED_LIMIT); QUESTION 44 When defining a check constraint on a populated table and the value of the special register CURRENT RULES is 'DB2'. What is the result of executing the DDL statement? A. It is rejected by the database system. B. The table space is placed in CHKP status. C. It is checked against only all existing rows in the table. D. It is checked against only new rows as they are added to the table. QUESTION 45 DB2 AUDIT policies are defined by inserting rows into what DB2 Catalog table? A. SYSIBM.SYSDBAUTH B. SYSIBM.SYSAUTOALERTS C. SYSIBM.SYSAUDITPOLICIES D. SYSIBM.SYSTABLESPROFILES Reference: 01.ibm.com/support/knowledgecenter/SSEPEK_11.0.0/com.ibm.db2z11.doc.seca/src/tpc/db2z_s ecadmauthority.dita (9th bullet) QUESTION 46 You analyze an accounting report. You see a high "NOT ACCOUNTED" time. Which two events can contribute to this high value?

15 A. CPU wait time. B. I/O read wait time. C. Log write wait time. D. Real storage paging wait time. E. Execution unit switch wait time. E QUESTION 47 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 be your next step? A. COPY the table space. B. REORG the table space. C. REBUILD all of the indexes. D. DROP the segmented table space. QUESTION 48 Which statement is true regarding table-controlled partitioned table spaces without a MAXVALUE specified? A. If the partitioning key is ascending, DB2 prevents the INSERT of a row with a null value for the key column. B. If the partitioning key is descending, DB2 prevents the INSERT of a row with a null value for the key column. C. If the partitioning key is ascending, DB2 allows the INSERT of a row with a null value for the key column. The row is inserted into the first partition. D. If the partitioning key is descending, DB2 allows the INSERT of a row with a null value for the key column. The row is inserted into the last partition. QUESTION 49 Which statement is true? A. Unicode and EBCDIC have a different collating sequence. B. The collating sequence for ASCII and EBCDIC is identical. C. The collating sequence for Unicode and EBCDIC is identical.

16 D. If you use BETWEEN in your SQL statement, the collating sequence does not matter for the predicate evaluation. Correct Answer: A Reference: 01.ibm.com/support/knowledgecenter/SS4LQ8_3.1.0/com.ibm.datatools.aqt3.doc/gui/concepts/c _idaa_inconsistencies.html (first bulleted point on the page) QUESTION 50 You must be able to process recoveries for DB2 objects to any point in time between now and two weeks ago. What is the recommended amount of recovery data needed? A. One set of SHRLEVEL(CHANGE) full image copies every two weeks that are kept for at least two weeks. B. One set of SHRLEVEL(CHANGE) full image copy at least every week that are kept for at least three weeks as well as the active/archive logs during that time. C. One set of SHRLEVEL(CHANGE) full images copies at least every week that are kept for at least two weeks as well as the active/archive logs during that time. D. One set of SHRLEVEL(CHANGE) full images copies during week#1 and one set of SHRLEVEL (REFERENCE) incremental images copies during week #2, all are kept for at least two weeks. Reference: %20%20at% 20KBC.pdf (page 10) QUESTION 51 Which type of stored procedures do NOT require a WLM-managed stored procedure address space? A. External stored procedures. B. Native SQL stored procedure. C. External SQL stored procedures. D. DB2 supplied stored procedures. QUESTION 52 When we use multilevel-security using a security label column, which sentence is true? A. A unique constraint is allowed on a security label column. B. A check constraint is not allowed on a security label column. C. A referential constraint is not allowed on a security label column. D. Multilevel security with row-level checking is enforced when DB2 checks a referential constraint.

17 QUESTION 53 Arrays are based on a built-in data type. On which built-in data type can an array NOT be based? A. XML B. CLOB C. DBCLOB D. VARBINARY Correct Answer: A

IBM C IBM DB2 11 DBA for z/os. Download Full Version :

IBM C IBM DB2 11 DBA for z/os. Download Full Version : IBM C2090-312 IBM DB2 11 DBA for z/os Download Full Version : http://killexams.com/pass4sure/exam-detail/c2090-312 Answer: C, E QUESTION: 58 You want to convert a segmented table space into a partition-by-growth

More information

Pass IBM C Exam

Pass IBM C Exam Pass IBM C2090-612 Exam Number: C2090-612 Passing Score: 800 Time Limit: 120 min File Version: 37.4 http://www.gratisexam.com/ Exam Code: C2090-612 Exam Name: DB2 10 DBA for z/os Certkey QUESTION 1 Workload

More information

Vendor: IBM. Exam Code: Exam Name: IBM Certified Database Administrator - DB2 10 for z/os. Version: Demo

Vendor: IBM. Exam Code: Exam Name: IBM Certified Database Administrator - DB2 10 for z/os. Version: Demo Vendor: IBM Exam Code: 000-612 Exam Name: IBM Certified Database Administrator - DB2 10 for z/os Version: Demo QUESTION NO: 1 Workload Manager (WLM) manages how many concurrent stored procedures can run

More information

Vendor: IBM. Exam Code: C Exam Name: DB2 10 DBA for z/os. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: DB2 10 DBA for z/os. Version: Demo Vendor: IBM Exam Code: C2090-612 Exam Name: DB2 10 DBA for z/os Version: Demo QUESTION NO: 1 Workload Manager (WLM) manages how many concurrent stored procedures can run in an address space and the number

More information

Database Design and Implementation

Database Design and Implementation Chapter 2 Database Design and Implementation The concepts in database design and implementation are some of the most important in a DBA s role. Twenty-six percent of the 312 exam revolves around a DBA

More information

290 Index. Global statement cache. See Caching

290 Index. Global statement cache. See Caching Index A Active log, 7, 49-53, 55-60, 163, 166, 169, 170, 263, 265 Address spaces, 10-22 ADMF, 8 allied, 10-12 classifying, 78 database services, 8 dumps and, 68, 72 enclave and, 17 DDF, 8, 17, 18 DBAS,

More information

IBM DB2 11 DBA for z/os Certification Review Guide Exam 312

IBM DB2 11 DBA for z/os Certification Review Guide Exam 312 Introduction IBM DB2 11 DBA for z/os Certification Review Guide Exam 312 The purpose of this book is to assist you with preparing for the IBM DB2 11 DBA for z/os exam (Exam 312), one of the two required

More information

Vendor: IBM. Exam Code: C Exam Name: DB2 10 System Administrator for z/os. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: DB2 10 System Administrator for z/os. Version: Demo Vendor: IBM Exam Code: C2090-617 Exam Name: DB2 10 System Administrator for z/os Version: Demo QUESTION 1 Assume that you have implemented identity propagation and that the distributed user name is 'MARY'.

More information

Basi di Dati Complementi. Mainframe

Basi di Dati Complementi. Mainframe Basi di Dati Complementi 3.1. DBMS commerciali DB2-3.1.2 Db2 in ambiente mainframe Andrea Maurino 2007 2008 Mainframe 1 Mainframe Terminologia Mainframe Storage Management Subsystem (SMS) Is an automated

More information

Short Summary of DB2 V4 Through V6 Changes

Short Summary of DB2 V4 Through V6 Changes IN THIS CHAPTER DB2 Version 6 Features DB2 Version 5 Features DB2 Version 4 Features Short Summary of DB2 V4 Through V6 Changes This appendix provides short checklists of features for the most recent versions

More information

What Developers must know about DB2 for z/os indexes

What Developers must know about DB2 for z/os indexes CRISTIAN MOLARO CRISTIAN@MOLARO.BE What Developers must know about DB2 for z/os indexes Mardi 22 novembre 2016 Tour Europlaza, Paris-La Défense What Developers must know about DB2 for z/os indexes Introduction

More information

Optimizing Insert Performance - Part 1

Optimizing Insert Performance - Part 1 Optimizing Insert Performance - Part 1 John Campbell Distinguished Engineer DB2 for z/os development CAMPBELJ@uk.ibm.com 2 Disclaimer/Trademarks The information contained in this document has not been

More information

COMP 3400 Mainframe Administration 1

COMP 3400 Mainframe Administration 1 COMP 3400 Mainframe Administration 1 Christian Grothoff christian@grothoff.org http://grothoff.org/christian/ 1 These slides are based in part on materials provided by IBM s Academic Initiative. 1 Databases

More information

DB2 10 for z/os Technical Update

DB2 10 for z/os Technical Update DB2 10 for z/os Technical Update James Teng, Ph.D. Distinguished Engineer IBM Silicon Valley Laboratory March 12, 2012 Disclaimers & Trademarks* 2 Information in this presentation about IBM's future plans

More information

DB2 10 for z/os Technical Overview

DB2 10 for z/os Technical Overview DB2 10 for z/os Technical Overview John Campbell Distinguished Engineer DB2 for z/os Development IBM Silicon Valley Lab Email: CampbelJ@uk.ibm.com 2010 IBM Corporation DB2 10 for z/os IBM Software Group

More information

TUC TOTAL UTILITY CONTROL FOR DB2 Z/OS. TUC Unique Features

TUC TOTAL UTILITY CONTROL FOR DB2 Z/OS. TUC Unique Features TUC Unique Features 1 Overview This document is describing the unique features of TUC that make this product outstanding in automating the DB2 object maintenance tasks. The document is comparing the various

More information

PBR RPN - Removing Partitioning restrictions in Db2 12 for z/os

PBR RPN - Removing Partitioning restrictions in Db2 12 for z/os PBR RPN - Removing Partitioning restrictions in Db2 12 for z/os Steve Thomas CA Technologies 07/11/2017 Session ID Agenda Current Limitations in Db2 for z/os Partitioning Evolution of partitioned tablespaces

More information

PBR RPN & Other Availability Improvements in Db2 12

PBR RPN & Other Availability Improvements in Db2 12 PBR RPN & Other Availability Improvements in Db2 12 Haakon Roberts IBM Session code: A11 07.11.2018 11:00-12:00 Platform: Db2 for z/os 1 Disclaimer IBM s statements regarding its plans, directions, and

More information

Db2 12 A new spin on a successful database

Db2 12 A new spin on a successful database Phil Grainger Principal Enablement Manager BMC Software Db2 12 A new spin on a successful database Management Performance Administration So What's new with Performance Performance Management Db2 12? Availability

More information

Contents. Using. Dynamic SQL 44. Bag of Tricks 56. Complex SQL Guidelines 90. Working with Nulls 115. Aggregate Functions 135

Contents. Using. Dynamic SQL 44. Bag of Tricks 56. Complex SQL Guidelines 90. Working with Nulls 115. Aggregate Functions 135 Contents Preface xxiii Part I SQL Techniques, Tips, and Tricks 1 The Magic Words 3 An Overview of SQL 4 SQL Tools of the Trade 13 Static SQL 42 Dynamic SQL 44 SQL Performance Factors 45 2 Data Manipulation

More information

An A-Z of System Performance for DB2 for z/os

An A-Z of System Performance for DB2 for z/os Phil Grainger, Lead Product Manager BMC Software March, 2016 An A-Z of System Performance for DB2 for z/os The Challenge Simplistically, DB2 will be doing one (and only one) of the following at any one

More information

PBR RPN & Other Availability Enhancements In Db2 12 Dec IBM z Analytics

PBR RPN & Other Availability Enhancements In Db2 12 Dec IBM z Analytics PBR RPN & Other Availability Enhancements In Db2 12 Dec 2018 IBM z Analytics Disclaimer IBM s statements regarding its plans, directions, and intent are subject to change or withdrawal without notice at

More information

Vendor: IBM. Exam Code: C Exam Name: DB DBA for Linux UNIX and Windows. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: DB DBA for Linux UNIX and Windows. Version: Demo Vendor: IBM Exam Code: C2090-611 Exam Name: DB2 10.1 DBA for Linux UNIX and Windows Version: Demo QUESTION 1 Due to a hardware failure, it appears that there may be some corruption in database DB_1 as

More information

IBM EXAM QUESTIONS & ANSWERS

IBM EXAM QUESTIONS & ANSWERS IBM 000-611 EXAM QUESTIONS & ANSWERS Number: 000-611 Passing Score: 800 Time Limit: 120 min File Version: 23.3 http://www.gratisexam.com/ IBM 000-611 EXAM QUESTIONS & ANSWERS Exam Name: DB2 10.1 DBA for

More information

CA Database Management Solutions for DB2 for z/os

CA Database Management Solutions for DB2 for z/os CA Database Management Solutions for DB2 for z/os Release Notes Version 17.0.00, Ninth Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc.

Chapter 1 GETTING STARTED. SYS-ED/ Computer Education Techniques, Inc. Chapter 1 GETTING STARTED SYS-ED/ Computer Education Techniques, Inc. Objectives You will learn: The facilities of File-AID for DB2. How to create and alter objects. Creating test tables. Customizing data.

More information

DB2 Users Group. September 8, 2005

DB2 Users Group. September 8, 2005 DB2 Users Group September 8, 2005 1 General Announcements September 13 RICDUG, Richmond DB2 Users Group, Richmond, VA www.ricdug.org September 18 TIB 2005195-1143 Removal of COBOL 2.2 TIB 2005236-1154

More information

DB2 12 A new spin on a successful database

DB2 12 A new spin on a successful database Presenter: Dan Lohmeier Lead Developer BMC Software Author: Phil Grainger Product Manager BMC Software DB2 12 A new spin on a successful database So, what s new with DB2 12 We ll take a speedy journey

More information

Vendor: IBM. Exam Code: Exam Name: DB DBA for Linux, UNIX, and Windows. Version: Demo

Vendor: IBM. Exam Code: Exam Name: DB DBA for Linux, UNIX, and Windows. Version: Demo Vendor: IBM Exam Code: 000-611 Exam Name: DB2 10.1 DBA for Linux, UNIX, and Windows Version: Demo QUESTION 1 Due to a hardware failure, it appears that there may be some corruption in database DB_1 as

More information

CA Database Management Solutions for DB2 for z/os

CA Database Management Solutions for DB2 for z/os CA Database Management Solutions for DB2 for z/os Release Notes Version 17.0.00, Fourth Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter

More information

What s new in DB2 Administration Tool 10.1 for z/os

What s new in DB2 Administration Tool 10.1 for z/os What s new in DB2 Administration Tool 10.1 for z/os Joseph Reynolds, Architect and Development Lead, IBM jreynold@us.ibm.com Calene Janacek, DB2 Tools Product Marketing Manager, IBM cjanace@us.ibm.com

More information

How do I keep up with this stuff??

How do I keep up with this stuff?? Michael Cotignola Db2 Software Consultant BMC Software Db2 12 How do I keep up with this stuff?? Or. Add your tag line here So, what s new with Db2 12 We ll take a quick look at the usual suspects: Reliability,

More information

DB2 for z/os: Conversion from indexcontrolled partitioning to Universal Table Space (UTS)

DB2 for z/os: Conversion from indexcontrolled partitioning to Universal Table Space (UTS) DB2 for z/os: Conversion from indexcontrolled partitioning to Universal Table Space (UTS) 1 Summary The following document is based on IBM DB2 11 for z/os. It outlines a conversion path from traditional

More information

Introduction to IBM DB2

Introduction to IBM DB2 Introduction to IBM DB2 Architecture Client-server system Server: SERVEDB, servedb.ing.man 10.17.2.91 Client: IBM Data Studio: graphical DB2 Command Window: command line 2 Architecture Servers, instances,

More information

C Examcollection.Premium.Exam.58q

C Examcollection.Premium.Exam.58q C2090-610.Examcollection.Premium.Exam.58q Number: C2090-610 Passing Score: 800 Time Limit: 120 min File Version: 32.2 http://www.gratisexam.com/ Exam Code: C2090-610 Exam Name: DB2 10.1 Fundamentals Visualexams

More information

Attack of the DB2 for z/os Clones Clone Tables That Is!

Attack of the DB2 for z/os Clones Clone Tables That Is! Attack of the DB2 for z/os Clones Clone Tables That Is! John Lyle DB2 for z/os Development Silicon Valley Laboratory, San Jose, CA New England DB2 Users Group Agenda Rationale and description DDL statements

More information

DB2 11 for z/os Application Functionality (Check out these New Features) Randy Ebersole IBM

DB2 11 for z/os Application Functionality (Check out these New Features) Randy Ebersole IBM DB2 11 for z/os Application Functionality (Check out these New Features) Randy Ebersole IBM ebersole@us.ibm.com Please note IBM s statements regarding its plans, directions, and intent are subject to change

More information

DB2 UDB: App Programming - Advanced

DB2 UDB: App Programming - Advanced A Access Methods... 8:6 Access Path Selection... 8:6 Access Paths... 5:22 ACQUIRE(ALLOCATE) / RELEASE(DEALLOCATE)... 5:14 ACQUIRE(USE) / RELEASE(DEALLOCATE)... 5:14 Active Log... 9:3 Active Logs - Determining

More information

DB2 V10 upgrade Colruyt. slide 1

DB2 V10 upgrade Colruyt. slide 1 DB2 V10 upgrade experience @ Colruyt slide 1 DB2 V10 upgrade experience @ Colruyt Who are we Migration plan Issues Performance New features slide 2 Who are we... Retail Wholesale & Food service Other Belgium

More information

IBM DB2 10 for z/os beta. Reduce costs with improved performance

IBM DB2 10 for z/os beta. Reduce costs with improved performance IBM DB2 10 for z/os beta Reduce costs with improved performance TABLE OF CONTENTS SECTION I INTRODUCTION OF DB2 10 FOR Z/OS... 3 Executive Summary... 3 SECTION II PERFORMANCE AVAILABILITY... 5 Many performance

More information

Foreword Preface Db2 Family And Db2 For Z/Os Environment Product Overview DB2 and the On-Demand Business DB2 Universal Database DB2 Middleware and

Foreword Preface Db2 Family And Db2 For Z/Os Environment Product Overview DB2 and the On-Demand Business DB2 Universal Database DB2 Middleware and Foreword Preface Db2 Family And Db2 For Z/Os Environment Product Overview DB2 and the On-Demand Business DB2 Universal Database DB2 Middleware and Connectivity DB2 Application Development DB2 Administration

More information

Crossing Over/ Breaking the DB2 Platform Barrier Comparing the Architectural Differences of DB2 on the Mainframe Vs. Distributed Platforms

Crossing Over/ Breaking the DB2 Platform Barrier Comparing the Architectural Differences of DB2 on the Mainframe Vs. Distributed Platforms Crossing Over/ Breaking the DB2 Platform Barrier Comparing the Architectural Differences of DB2 on the Mainframe Vs. Distributed Platforms Agenda Basic Components Terminology Differences Storage Management

More information

3 Access and Security

3 Access and Security CHAPTER 3 Access and Security In This Chapter Subsystem access Data set protection Authorization IDs Trusted context and roles Row and column permissions Authorities and privileges Auditing Whenever you

More information

DB2 11 for z/os Overview DUGI Massimiliano Castellini DB2 Advisor

DB2 11 for z/os Overview DUGI Massimiliano Castellini DB2 Advisor DB2 11 for z/os Overview DUGI 2014 Massimiliano Castellini DB2 Advisor 50th Anniversary of the Mainframe 7 April 1964-2014 DB2 for z/os Customer Trends Proliferation of mobile and other network-connected

More information

Implementing Siebel Business Applications on DB2 for z/os. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013

Implementing Siebel Business Applications on DB2 for z/os. Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Implementing Siebel Business Applications on DB2 for z/os Siebel Innovation Pack 2013 Version 8.1/8.2 September 2013 Copyright 2005, 2013 Oracle and/or its affiliates. All rights reserved. This software

More information

DB2 for z/os Utilities Best Practices Part 2. Haakon Roberts DB2 for z/os Development IBM Corporation. Transcript of webcast.

DB2 for z/os Utilities Best Practices Part 2. Haakon Roberts DB2 for z/os Development IBM Corporation. Transcript of webcast. DB2 for z/os Utilities Best Practices Part 2 Haakon Roberts DB2 for z/os Development 2011 IBM Corporation Transcript of webcast Slide 1 (00:00) My name is Haakon Roberts and I work for DB2 Silicon Valley

More information

Advanced Design Considerations

Advanced Design Considerations Advanced Design Considerations par Phil Grainger, BMC Réunion du Guide DB2 pour z/os France Mercredi 25 novembre 2015 Hôtel Hilton CNIT, Paris-La Défense Introduction Over the last few years, we have gained

More information

IBM DB2 9 Database Administrator for Linux UNIX and Windows Upgrade.

IBM DB2 9 Database Administrator for Linux UNIX and Windows Upgrade. IBM 000-736 DB2 9 Database Administrator for Linux UNIX and Windows Upgrade http://killexams.com/exam-detail/000-736 with three partitions in which part 1 will be placed in table space TBSP0, part 2 will

More information

z/os and DB2 Basics for DB2 for z/os DBA Beginners

z/os and DB2 Basics for DB2 for z/os DBA Beginners Kod szkolenia: Tytuł szkolenia: CV040-LPL z/os and DB2 Basics for DB2 for z/os DBA Beginners Dni: 5 Opis: z/os and DB2 Basics for DB2 for z/os DBA Beginners will help beginning DBAs develop fundamental

More information

DB2 for z/os DB2 10 for z/os DBA Productivity

DB2 for z/os DB2 10 for z/os DBA Productivity DB2 for z/os DB2 10 for z/os DBA Productivity Midwest DB2 User Group September 15, 2010 Mark Rader Advanced Technical Skills (ATS) DB2 for z/os Disclaimer DB2 10 for z/os Disclaimer: Information regarding

More information

Index. NOTE: Boldface numbers indicate illustrations; t indicates a table 207

Index. NOTE: Boldface numbers indicate illustrations; t indicates a table 207 A access control, 175 180 authentication in, 176 179 authorities/authorizations in, 179, 180 privileges in, 179, 180 Administrator, IBM Certified Database Administrator DB2 9 for Linux, UNIX, Windows,

More information

DB2 11 Global variables

DB2 11 Global variables DB2 11 Global variables Rajesh Venkata Rama Mallina (vmallina@in.ibm.com) DB2 Z/OS DBA IBM 03 March 2017 The following document is for IBM DB2 for z/os, Topic is Global variables. As a DB2 DBA administrator

More information

Understanding the Power and Pitfalls of Partitioning In V8, 9 and Beyond

Understanding the Power and Pitfalls of Partitioning In V8, 9 and Beyond Regional Forums The Power and Pitfalls of Partitioning Understanding the Power and Pitfalls of Partitioning In V8, 9 and Beyond Robert Goodman Sr DBA November 10 th, 2008 Session 2 San Ramon, CA Nov 10-11

More information

Enhanced Monitoring Support in DB2 10 for z/os

Enhanced Monitoring Support in DB2 10 for z/os DB2 for z/os Version 10 Enhanced Monitoring Support in DB2 10 for z/os Baltimore/Washington DB2 Users Group December 8, 2010 Mark Rader IBM Advanced Technical Skills Disclaimer Copyright IBM Corporation

More information

Click to edit the title text format

Click to edit the title text format Click to edit the title text format DB2 10 for z/os Performance Preview John Second B. Tobler Outline Level IBM Software Third Outline Engineer Level Session Code: A13 Wednesday November Eighth 10, Outline

More information

GSE Belux DB2. Thursday 6 December DB2 V10 upgrade BNP Paribas Fortis

GSE Belux DB2. Thursday 6 December DB2 V10 upgrade BNP Paribas Fortis GSE Belux DB2 Thursday 6 December 2012 DB2 V10 upgrade experience @ BNP Paribas Fortis Agenda Configuration Business Case Install Setup Preparation Move to CM Move to NFM System monitoring 2 Configuration

More information

What s New in DB2 10 for z/os?

What s New in DB2 10 for z/os? What s New in DB2 10 for z/os? Monday, February 28, 2011: 1:30 PM-2:30 PM Room Roger 211A Miller(Anaheim Convention Center) Roger IBM Silicon Miller Valley and Ann LabHernandez IBM Silicon Valley Lab Session

More information

A Examcollection.Premium.Exam.54q

A Examcollection.Premium.Exam.54q A2090-544.Examcollection.Premium.Exam.54q Number: A2090-544 Passing Score: 800 Time Limit: 120 min File Version: 32.2 http://www.gratisexam.com/ Exam Code: A2090-544 Exam Name: Assessment: DB2 9.7 Advanced

More information

Empowering DBA's with IBM Data Studio. Deb Jenson, Data Studio Product Manager,

Empowering DBA's with IBM Data Studio. Deb Jenson, Data Studio Product Manager, Empowering DBA's with IBM Data Studio Deb Jenson, Data Studio Product Manager, dejenson@us.ibm.com Disclaimer Copyright IBM Corporation [current year]. All rights reserved. U.S. Government Users Restricted

More information

DB2 9 for z/os V9 migration status update

DB2 9 for z/os V9 migration status update IBM Software Group DB2 9 for z/os V9 migration status update July, 2008 Bart Steegmans DB2 for z/os L2 Performance Acknowledgement and Disclaimer i Measurement data included in this presentation are obtained

More information

DB2 Archive tables. Introduction. DDL Operations. 18 April Rajesh Venkata Rama Mallina DB2 Z/OS DBA IBM

DB2 Archive tables. Introduction. DDL Operations. 18 April Rajesh Venkata Rama Mallina DB2 Z/OS DBA IBM DB2 Archive tables Rajesh Venkata Rama Mallina (vmallina@in.ibm.com) DB2 Z/OS DBA IBM 18 April 2017 This paper will help in understanding the concepts of archive tables which includes its creation, maintenance

More information

DB2 Partitioning Choices, choices, choices

DB2 Partitioning Choices, choices, choices DB2 Partitioning Choices, choices, choices Phil Grainger BMC Software Date of presentation (01/11/2016) Session IB DB2 Version 8 Table Based Partitioning Version 8 introduced TABLE BASED PARTITIONING What

More information

DB2 11 and Beyond Celebrating 30 Years of Superior Technology

DB2 11 and Beyond Celebrating 30 Years of Superior Technology #IDUG DB2 11 and Beyond Celebrating 30 Years of Superior Technology Maryela Weihrauch, Distinguished Engineer, DB2 for z/os weihrau@us.ibm.com Session 1 March 2014, DB2 for z/os Track Disclaimer Information

More information

Modern DB2 for z/os Physical Database Design

Modern DB2 for z/os Physical Database Design Modern DB2 for z/os Physical Database Design Northeast Ohio DB2 Users Group Robert Catterall, IBM rfcatter@us.ibm.com May 12, 2016 2016 IBM Corporation Agenda Get your partitioning right Getting to universal

More information

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions

1Z Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions 1Z0-060 Upgrade to Oracle Database 12cm Exam Summary Syllabus Questions Table of Contents Introduction to 1Z0-060 Exam on Upgrade to Oracle Database 12c... 2 Oracle 1Z0-060 Certification Details:... 2

More information

Craig S. Mullins. A DB2 for z/os Performance Roadmap By Craig S. Mullins. Database Performance Management Return to Home Page.

Craig S. Mullins. A DB2 for z/os Performance Roadmap By Craig S. Mullins. Database Performance Management Return to Home Page. Craig S. Mullins Database Performance Management Return to Home Page December 2002 A DB2 for z/os Performance Roadmap By Craig S. Mullins Assuring optimal performance is one of a database administrator's

More information

CA Log Analyzer for DB2 for z/os

CA Log Analyzer for DB2 for z/os CA Log Analyzer for DB2 for z/os User Guide Version 17.0.00, Second Edition This Documentation, which includes embedded help systems and electronically distributed materials, (hereinafter referred to as

More information

C Examcollection.Premium.Exam.108q

C Examcollection.Premium.Exam.108q C2090-612.Examcollection.Premium.Exam.108q Number: C2090-612 Passing Score: 800 Time Limit: 120 min File Version: 29.5 http://www.gratisexam.com/ Exam Code: C2090-612 Exam Name: DB2 10 DBA for z/os Braindumps

More information

How Viper2 Can Help You!

How Viper2 Can Help You! How Viper2 Can Help You! December 6, 2007 Matt Emmerton DB2 Performance and Solutions Development IBM Toronto Laboratory memmerto@ca.ibm.com How Can Viper2 Help DBAs? By putting intelligence and automation

More information

DB2 10: For Developers Only

DB2 10: For Developers Only DB2 10: For Developers Only for z/os Sponsored by: align http://www.softbase.com 2011 Mullins Consulting, Inc. Craig S. Mullins Mullins Consulting, Inc. http://www.craigsmullins.com Author This presentation

More information

DB2 Temporal tables. Introduction. 19 April Rajesh Venkata Rama Mallina DB2 Z/OS DBA IBM

DB2 Temporal tables. Introduction. 19 April Rajesh Venkata Rama Mallina DB2 Z/OS DBA IBM DB2 Temporal tables Rajesh Venkata Rama Mallina (vmallina@in.ibm.com) DB2 Z/OS DBA IBM 19 April 2017 As part of data management scenarios, any update and deletion of data requires and saving old data called

More information

Db2 12 for z/os. Data Sharing: Planning and Administration IBM SC

Db2 12 for z/os. Data Sharing: Planning and Administration IBM SC Db2 12 for z/os Data Sharing: Planning and Administration IBM SC27-8849-02 Db2 12 for z/os Data Sharing: Planning and Administration IBM SC27-8849-02 Notes Before using this information and the product

More information

DB2 9 for z/os Technical Briefing

DB2 9 for z/os Technical Briefing DB2 9 for z/os Technical Briefing DB2 9 for z/os and tools workshop April 23 rd 2008 Brussels Kurt Struyf Competence Partners Course materials may not be reproduced in whole or in part without the prior

More information

Data Warehousing on System z: Best Practices with DB2 for z/os

Data Warehousing on System z: Best Practices with DB2 for z/os Data Warehousing on System z: Best Practices with DB2 for z/os Willie Favero IBM Silicon Valley Lab Data Warehousing on System z Swat Team (DB2 SME) Thursday, August 9, 2012 1:30 PM 2:30 PM Session Number:

More information

CA Performance Handbook

CA Performance Handbook SECTION 2: CHAPTERS 4 6 CA Performance Handbook for DB2 for z/os About the Contributors from Yevich, Lawson and Associates Inc. DAN LUKSETICH is a senior DB2 DBA. He works as a DBA, application architect,

More information

Optimising Insert Performance. John Campbell Distinguished Engineer IBM DB2 for z/os Development

Optimising Insert Performance. John Campbell Distinguished Engineer IBM DB2 for z/os Development DB2 for z/os Optimising Insert Performance John Campbell Distinguished Engineer IBM DB2 for z/os Development Objectives Understand typical performance bottlenecks How to design and optimise for high performance

More information

DB2 10 and Beyond Celebrating 30 Years of Superior Technology

DB2 10 and Beyond Celebrating 30 Years of Superior Technology DB2 10 and Beyond Celebrating 30 Years of Superior Technology Jeff Josten Distinguished Engineer DB2 for z/os Development IBM Silicon Valley Lab 2013 IBM Corporation Please note IBM s statements regarding

More information

Arrays are a very commonly used programming language construct, but have limited support within relational databases. Although an XML document or

Arrays are a very commonly used programming language construct, but have limited support within relational databases. Although an XML document or Performance problems come in many flavors, with many different causes and many different solutions. I've run into a number of these that I have not seen written about or presented elsewhere and I want

More information

A Field Guide for Test Data Management

A Field Guide for Test Data Management A Field Guide for Test Data Management Kai Stroh, UBS Hainer GmbH Typical scenarios Common situation Often based on Unload/Load Separate tools required for DDL generation Hundreds of jobs Data is taken

More information

DB2 11 for z/os Availability Enhancements. More Goodies Than You May Think

DB2 11 for z/os Availability Enhancements. More Goodies Than You May Think DB2 11 for z/os Availability Enhancements More Goodies Than You May Think Bart Steegmans bart_steegmans@be.ibm.com June 2014 - DB2 GSE user group meeting - Brussels Disclaimer and Trademarks Information

More information

CA Unified Infrastructure Management Snap

CA Unified Infrastructure Management Snap CA Unified Infrastructure Management Snap Configuration Guide for DB2 Database Monitoring db2 v4.0 series Copyright Notice This online help system (the "System") is for your informational purposes only

More information

Db2 V12 Gilbert Sieben

Db2 V12 Gilbert Sieben Db2 V12 Migration @KBC Gilbert Sieben Agenda 1. Time line 2. Premigration checks 3. Migration to V12 4. Measurements 5. New Features 6. Lessons learned Company 2 1. Time line Project of 1 year, 300 Mandays,

More information

Oracle 9i release 1. Administration. Database Outsourcing Experts

Oracle 9i release 1. Administration. Database Outsourcing Experts Administration Default Temporary Tablespace The system will automatically allocate new users an appropriate temporary tablespace without you needing to specify it explicitly in the create user statement.

More information

THE BUFFER POOL. Spring Utility Improvements in DB2 9 for z/os By Craig S. Mullins

THE BUFFER POOL. Spring Utility Improvements in DB2 9 for z/os By Craig S. Mullins Spring 2009 THE BUFFER POOL Utility Improvements in DB2 9 for z/os By Craig S. Mullins Every new release of DB2 brings with it new functionality and improvements for the IBM DB2 utilities. And DB2 Version

More information

Enhanced Monitoring Support in DB2 10 for z/os

Enhanced Monitoring Support in DB2 10 for z/os Enhanced Monitoring Support in DB2 10 for z/os March 8, 2012 Mark Rader, IBM mrader@us.ibm.com Agenda Click to edit Master title style 2 Enhancements for problem determination and performance monitoring

More information

On slide 2 here I have a disclaimer about particular trademarks that are used in this presentation. Now let s go to slide 3.

On slide 2 here I have a disclaimer about particular trademarks that are used in this presentation. Now let s go to slide 3. DB2 for z/os Best Practices DDF Connectivity John J. Campbell Distinguished Engineer DB2 for z/os Development db2zinfo@us.ibm.com 2011 IBM Corporation Transcript of webcast Slide 1 (00:00) Hello, this

More information

Things to remember when working with Oracle... (for UDB specialists)

Things to remember when working with Oracle... (for UDB specialists) TRAINING & CONSULTING Things to remember when working with Oracle... (for UDB specialists) Kris Van Thillo, ABIS ABIS Training & Consulting www.abis.be training@abis.be 2013 Document number: DB2LUWUserMeeting2013Front.fm

More information

The Impact Of DB2 Version 4 On Recovery

The Impact Of DB2 Version 4 On Recovery The Impact Of DB2 Version 4 On Recovery By Willie Favero DB2 is once again the talk of the town with the arrival of Version 4. So it is time to take a look at how the latest release of IBM's Relational

More information

IBM DB2 for z/os Application Developer Certification

IBM DB2 for z/os Application Developer Certification IBM DB2 for z/os Application Developer Certification Professional Certification Exam Copyright 2018 Computer Business International, Inc. www.cbi4you.com 1 What does it involve? IBM DB2 for z/os Application

More information

70-459: Transition Your MCITP: Database Administrator 2008 or MCITP: Database Developer 2008 to MCSE: Data Platform

70-459: Transition Your MCITP: Database Administrator 2008 or MCITP: Database Developer 2008 to MCSE: Data Platform 70-459: Transition Your MCITP: Database Administrator 2008 or MCITP: Database Developer 2008 to MCSE: Data Platform The following tables show where changes to exam 70-459 have been made to include updates

More information

Introduction to DB2 11 for z/os

Introduction to DB2 11 for z/os Chapter 1 Introduction to DB2 11 for z/os This chapter will address the job responsibilities of the DB2 system administrator, what to expect on the IBM DB2 11 System Administrator for z/os certification

More information

DB2 V8 Neat Enhancements that can Help You. Phil Gunning September 25, 2008

DB2 V8 Neat Enhancements that can Help You. Phil Gunning September 25, 2008 DB2 V8 Neat Enhancements that can Help You Phil Gunning September 25, 2008 DB2 V8 Not NEW! General Availability March 2004 DB2 V9.1 for z/os announced March 2007 Next release in the works and well along

More information

An Introduction to DB2 Indexing

An Introduction to DB2 Indexing An Introduction to DB2 Indexing by Craig S. Mullins This article is adapted from the upcoming edition of Craig s book, DB2 Developer s Guide, 5th edition. This new edition, which will be available in May

More information

XML Storage in DB2 Basics and Improvements Aarti Dua DB2 XML development July 2009

XML Storage in DB2 Basics and Improvements Aarti Dua DB2 XML development July 2009 IBM Software Group XML Storage in DB2 Basics and Improvements Aarti Dua DB2 XML development July 2009 Agenda Basics - XML Storage in DB2 Major storage enhancements Base Table Row Storage in DB2 9.5 Usage

More information

Chapter 2. DB2 concepts

Chapter 2. DB2 concepts 4960ch02qxd 10/6/2000 7:20 AM Page 37 DB2 concepts Chapter 2 Structured query language 38 DB2 data structures 40 Enforcing business rules 49 DB2 system structures 52 Application processes and transactions

More information

DB2 9 DBA exam 731 prep, Part 2: Data placement

DB2 9 DBA exam 731 prep, Part 2: Data placement DB2 9 DBA exam 731 prep, Part 2: Skill Level: Introductory Dwaine Snow (dsnow@us.ibm.com) Senior DB2 Product Manager IBM Toronto Lab 05 Jul 2006 Learn how to create DB2 databases, and about the mechanisms

More information

DB2 for z/os - Application Developers

DB2 for z/os - Application Developers DB2 for z/os - Application Developers Tampa Bay Relational Users Group February 22, 2013 Ted Alexander T.Alexander@segus.com 2013 SOFTWARE ENGINEERING GMBH and SEGUS Inc. 0 Overview Things are changing

More information

A Sneak Peak at DB2 9 for z/os

A Sneak Peak at DB2 9 for z/os IBM Software Group William Favero IBM S&D, West Region Senior Certified IT Software Specialist wfavero@attglobal.net Slide of 40 Shameless Self promotion http://blogs.ittoolbox.com/database/db2zos Slide

More information

6232B: Implementing a Microsoft SQL Server 2008 R2 Database

6232B: Implementing a Microsoft SQL Server 2008 R2 Database 6232B: Implementing a Microsoft SQL Server 2008 R2 Database Course Overview This instructor-led course is intended for Microsoft SQL Server database developers who are responsible for implementing a database

More information

File Structures and Indexing

File Structures and Indexing File Structures and Indexing CPS352: Database Systems Simon Miner Gordon College Last Revised: 10/11/12 Agenda Check-in Database File Structures Indexing Database Design Tips Check-in Database File Structures

More information