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

Size: px
Start display at page:

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

Transcription

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

2 QUESTION NO: 1 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? A. NUMTCB parameter must be set to 1 for Java stored procedures. B. NUMTCB parameter must be set to 1 for REXX stored procedures. C. NUMTCB parameter can be a value greater than 1 for native SQL stored procedures. D. NUMTCB parameter can be a value greater than 1 when a stored procedure invokes DB2 utilities. QUESTION NO: 2 If a single row of the PLAN_TABLE has a 'Y' value in more than one of the sort composite columns, what is indicated? A. The next sort step will perform two sorts. B. There are multiple sorts in the plan step. C. One sort in the plan step will accomplish two tasks. D. Two sorts are performed on the new table of a star join. QUESTION NO: 3 What IBM provided stored procedure will access DB2 real time statistics tables? A. DSNAEXP B. DSNAIMS C. DSNACCOX D. DSNLEUSR 2

3 QUESTION NO: 4 The EXPLAIN STMTCACHE ALL statement provides information about SQL tuning. Which information is part of the DSN_STATEMENT_CACHE_TABLE? A. Filter factor information. B. Stage 1 and stage 2 information. C. Number of columns used in an index. D. Number of times an SQL statement is executed. QUESTION NO: 5 Which two of the following DB2 performance features will ignore clustering in favor of faster insert performance? (Choose two.) A. Append B. Inline LOBs C. Member cluster D. Volatile table E. Include columns Answer: A,C QUESTION NO: 6 When is a merge scan join a well performing access path? A. When the number of qualifying rows of the inner and outer table are both large. B. When the query references at least two dimensions and the STARJOIN subsystem parameter is 1. C. When the number of rows in the outer table is small and the number of pages accessed in the inner table is small. D. When the matching columns of the inner table are in a non-clustering index or the outer table 3

4 has duplicate qualifying rows. Answer: A QUESTION NO: 7 What trace class will show deadlock information? A. Audit class 3. B. Statistic class 3. C. Accounting class 1. D. Performance class 8. QUESTION NO: 8 Which DSNZPARM will define the number of RID Blocks in the RID Pool? A. NUMTCB B. MAXRBLK C. CONDBAT D. URLGWTH QUESTION NO: 9 When DB2 detects at runtime requiring a large amount of data to be read, which prefetch method is used more often? A. List prefetch B. Dynamic prefetch C. Sequential prefetch D. Skip sequential prefetch 4

5 QUESTION NO: 10 In order to retain an access path across a rebind which of the following commands could be used? A. BIND PLAN B. REBIND PACKAGE(PK1) REOPT(ONCE) C. BIND PACKAGE (PK1) EXPLAIN(YES) D. REBIND PACKAGE (PK1) PLANMGMT(BASIC) QUESTION NO: 11 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? A. SYSIBM.SYSCOPY B. SYSIBM.SYSTABLES C. SYSIBM.SYSINDEXES D. SYSIBM.SYSTABLESPACESTATS QUESTION NO: 12 Which DB2 trace is utilized to capture overall subsystem virtual memory consumption? A. The DB2 audit trace. B. The DB2 statistics trace. C. The DB2 connection trace. D. The DB2 accounting trace. 5

6 QUESTION NO: 13 What is a consideration when specifying DATA CAPTURE CHANGES? A. Can be specified for capturing changes to an XML object. B. To minimize logging, specify NOT LOGGED when DATA CAPTURE CHANGES is specified. C. REFRESH TABLE statement is not allowed with a table defined with DATA CAPTURE CHANGES. D. You cannot turn on DATA CAPTURE CHANGES if the table space is in advisory REORG- pending. QUESTION NO: 14 In using plan stability, what storage space requirement should be of carefully monitored? A. MINSTOR B. DSNDB07 C. DSNDB01.SPT01 D. DSN_STATEMNT_TABLE QUESTION NO: 15 What two parameters allow DB2 to keep a copy of a dynamically prepared statement in the cache? A. KEEPDYNAMIC(YES) and CACHEDYN=YES B. KEEPDYNAMIC(NO) and CACHEDYN=NO C. KEEPDYNAMIC(NO) and REOPT(ALWAYS) D. KEEPDYNAMIC(YES) and REOPT(ALWAYS) 6

7 Answer: A QUESTION NO: 16 What START TRACE command provides detailed lock suspend and lock contention trace information? A. START TRACE(AUDIT) B. START TRACE(STATS) CLASS(1) C. START TRACE(PERFM) CLASS(30) IFCID(44,45) D. START TRACE(ACCTG) CLASS(1,2,3) DEST(SMF) QUESTION NO: 17 When converting a multiple table segmented table space to partition-by-growth table spaces, which statement is correct? A. DSMAX may have to be increased. B. Storage requirements for EDMDBDC will decrease. C. Storage requirements for some applications will increase. D. The dynamic statement cache should be increased to handle the additional SQL statements. Answer: A QUESTION NO: 18 What would be a reason for altering the clustering index of a table? A. To increase free space. B. Because the clustering index has to match the primary index. C. To choose a clustering index to favor batch sequential processing. D. To choose a clustering index to promote sequential inserts at the end of the table space. 7

8 QUESTION NO: 19 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? A. MAXRBLK B. MAXDBAT C. MAXKEEPD D. MAXTEMPS QUESTION NO: 20 In the CFRM policy, what is the purpose of the PREFLIST? A. To identify the size of the structure. B. To identify all the DB2 members in the group. C. To identify the preferences for DB2 restart in the event of a disconnection. D. To identify the preferences for structure rebuild/reallocation during a coupling facility failure. QUESTION NO: 21 What DB2 command when issued displays what migration mode the catalog is in? A. DSNC DISPLAY B. DISPLAY GROUP C. MODIFY irlmproc,status D. DISPLAY DATABASE (DSNDB06) 8

9 QUESTION NO: 22 Which authority level allows a user to run utilities that change the data in an application database? A. DBCTRL B. SYSOPR C. DBMAINT D. INSTALL SYSOPR Answer: A QUESTION NO: 23 Which trace gives information about frequent log space shortages? A. Audit trace class(8) B. Statistics trace class(3) C. Accounting trace class(10) D. Performance trace class(4) QUESTION NO: 24 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? A. DB2 B. RACF C. USER D. DEFINER 9

10 QUESTION NO: 25 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.) A. SECADM authority. B. ACCESSCTRL authority. C. DATAACCESS authority. D. SYSADM authority when SEPARATE_SECURITY=NO. E. The owner of the object as he/she has that authority implicitly. Answer: A,D QUESTION NO: 26 Which connection type can exploit trusted connections? A. IMS B. CAF C. CICS D. RRSAF QUESTION NO: 27 What should be implemented in order to audit all the activity of the install SYSADM? A. DATA CAPTURE CHANGES should be set on all tables. B. A DB2 audit policy should be established, identifying the SYSADM ID to be audited. C. The DB2 authorization exit should be modified to convert the install SYSADM ID to another ID. D. Nothing can be done, the install SYSADM has the highest authority and is not controlled or monitored. 10

11 QUESTION NO: 28 Which attribute(s) determine the absolute maximum number of partitions for a partition-bygrowth table space? A. MAXPARTITIONS B. MAXPARTITIONS, DSSIZE C. MAXPARTITIONS, page size D. MAXPARTITIONS, DSSIZE, page size QUESTION NO: 29 Which ALTER TABLE statement will generate a new table space version? A. ALTER TABLE... ADD PARTITION... B. ALTER TABLE... ADD COLUMN COL2... C. ALTER TABLE... DATA CAPTURE CHANGES... D. Altering an already existing VARCHAR column on the table to shorten its maximum length. QUESTION NO: 30 Given that the following table (TB1) has been created with this statement: CREATE TABLE TB1 (COLA SMALLINT NOT NULL WITH DEFAULT,COLB CHAR(5) NOT NULL WITH DEFAULT) IN DB1.TS1; Which of the following statements, which alter a table (TB1), will NOT invalidate all the plans, packages and dynamic cache statements associated with the table TB1? A. ALTER TABLE TB1 AUDIT CHANGES; B. ALTER TABLE TB1 ADD COLUMN COLC DATE; C. ALTER TABLE TB1 RENAME COLUMN COLA TO COLC; D. ALTER TABLE TB1 ADD COLUMN COLC CHAR(8) NOT NULL WITH DEFAULT AS 11

12 SECURITY LABEL; QUESTION NO: 31 When defining a foreign key on a table, which statement is true? A. It is not mandatory to have an index on the foreign key columns but it can help to avoid locking problems. B. There is no need to define an index on the foreign key columns as DB2 cannot use an index for foreign key checking. C. It is not mandatory to have an index on the foreign key columns but it can help performance when you insert rows into this table. D. You must define an index on the foreign key columns where the index columns are the same as the foreign key columns to guarantee uniqueness of the foreign key. Answer: A QUESTION NO: 32 If a ROWID column is defined on a table as GENERATED BY DEFAULT, what must also be done? A. Nothing because DB2 will control the values. B. A unique index must be defined on the ROWID column. C. An identity column must also be created to control uniqueness. D. Extra space must be allocated for an overflow area in the table space. QUESTION NO: 33 On what type of index would an ALTER INDEX ADD COLUMN be allowed? 12

13 A. An XML index. B. An auxiliary index. C. A user defined catalog index. D. An index defined with BUSINESS_TIME WITHOUT OVERLAPS. QUESTION NO: 34 In a normalized design, in third normal form, the entity defined in the logical design is often transformed in the physical design to which of the following? A. Index B. Table C. Schema D. Database QUESTION NO: 35 If SEGSIZE 64 and MAXPARTITIONS 10 are specified in a CREATE TABLESPACE statement, what type of table space is created? A. LOB table space. B. Segmented table space. C. Range-partitioned table space. D. Partition-by-growth table space. QUESTION NO: 36 A single table should allow for up to 100 Terabytes of application data. How do you design your table space? 13

14 A. A segmented compressed table space, BUFFERPOOL BP0. B. A LOB table space with DSSIZE 64GB, BUFFERPOOL BP8K0. C. A table space with NUMPARTS 1024, DSSIZE 64G, BUFFERPOOL BP16K0. D. A table space with MAXPARTITIONS 2048, DSSIZE 64G, BUFFERPOOL BP32K. QUESTION NO: 37 For which table type could you specify ALTER TABLE tb1 DATA CAPTURE CHANGES? A. Catalog tables B. Directory tables C. Auxiliary tables D. Declared global temporary tables Answer: A QUESTION NO: 38 When a table space defined as both partitioned-by-growth (PBG) and MEMBER CLUSTER YES is altered to MEMBER CLUSTER NO by the ALTER TABLESPACE command. Which statement is correct? A. DB2 does not allow the command. B. DB2 applies the changes immediately. C. DB2 allows the command only if the table is empty. D. DB2 places the table space in AREOR (Advisory Reorg). QUESTION NO: 39 Given the following statements have been run successfully and the buffer pools BP1 and BP2 both have the same page size: CREATE TABLESPACE TS1 IN DB1 DEFINE YES BUFFERPOOL BP1 MAXPARTITIONS 15 MEMBER CLUSTER ; CREATE TABLE TB1 (COL1 INT NOT NULL 14

15 WITH DEFAULT) IN DB1.TS1 ; COMMIT ; ALTER TABLESPACE TS1 BUFFERPOOL BP2 MAXPARTITIONS 20 ; What is the next logical step in the sequence to CREATE an index IX1 on COL1 on TB1? A. ALTER TABLESPACE TS1 MAXPARTITIONS 15; B. COMMIT; C. CREATE INDEX IX1 ON TB1 (COL1); D. REORG TABLESPACE TS1; QUESTION NO: 40 The following SQL statement is issued: SELECT col1 FROM tb1 ORDER BY col1 ASC The following results are received: 1111 AAAA Which statement is true? A. The encoding scheme of the table is EBCDIC. B. The encoding scheme of the table is UNICODE. C. This could never happen, this is an error and must be reported. D. This is expected behavior and independent of the encoding scheme. QUESTION NO: 41 The following DDL statements are executed to create the following objects: CREATE TABLESPACE TS1 BUFFERPOOL BP0 IN DB1; CREATE TABLE USER1.TB1 ( COL1 INTEGER, COL2 VARCHAR(10) ) IN DB1.TS1; CREATE INDEX USER1.IX1 ON USER1.TB1 ( COL2 ) BUFFERPOOL BP0 COPY YES; Next, the following ALTER statements are done (in order): 1) ALTER TABLESPACE DB1.TS1 BUFFERPOOL BP8K0 MAXPARTITIONS 20; 2) ALTER TABLESPACE DB1.TS1 SEGSIZE 64; 3) ALTER INDEX USER1.IX1 BUFFERPOOL BP16K0; Which of the following will materialize all of the changes with the least amount of work? A. Nothing needs to be done. B. REORG INDEX USER1.IX1 SHRLEVEL CHANGE C. REORG TABLESPACE DB1.TS1 SHRLEVEL REFERENCE 15

16 D. REORG TABLESPACE DB1.TS1 SHRLEVEL REFERENCE REORG INDEX USER1.IX1 SHRLEVEL CHANGE QUESTION NO: 42 A unique index (IX1) currently exists on COL1, COL2 and COL3 of the table. There is a request to be able to have an index on these three columns and COL4 to achieve the optimal access path. The addition of COL4 will not support the uniqueness requirement of the index. In order to add this column to the index while still preserving the unique constraint of the first three columns, which option should be taken? A. Add a new index on COL4. B. Perform a ALTER INDEX IX1 ADD COLUMN (COL4). C. Add a new UNIQUE index on COL1, COL2, COL3, COL4. D. Perform an ALTER INDEX IX1 ADD INCLUDE COLUMN (COL4). QUESTION NO: 43 Which stored procedures need to be set up properly in order to register an XML schema? A. XSR_ADD_SCHEMA B. XSR_REGISTER and XSR_COMPLETE C. XSR_REGISTER, XSR_VALIDATE and XSR_COMPLETE D. The commands to register a XML schema do not invoke stored procedures. QUESTION NO: 44 You have to design a table and application layout, in which automatic number generation is used. The application also wants to assign database generated numbers in an SQL UPDATE statement. Which statement is true? 16

17 A. Neither Identity nor Sequence can deliver this functionality. B. Identity can deliver this functionality, but Sequence cannot. C. Identity cannot deliver this functionality, but Sequence can. D. Identity and Sequence can both deliver this functionality. QUESTION NO: 45 Given the following view definition: CREATE VIEW EMPD AS (SELECT D.DEPTNAME, E.LASTNAME FROM DEPT D INNER JOIN EMP E ON D.DEPTNO = E.WORKDEPT); Can an UPDATE statement be used to update the view EMPD on joined tables DEPT and EMP? A. No, an UPDATE statement against the EMPD view is not allowed at all. B. Yes, the view EMPD can be updated directly via an UPDATE statement. C. No, only a clone of the view EMPD can be updated via an UPDATE statement. D. Yes, an UPDATE statement against the EMPD view is allowed if an INSTEAD OF trigger is defined on the view. QUESTION NO: 46 Which statement is true about table check constraints? A. Only one constraint per column is allowed. B. The LOAD utility cannot enforce the constraint. C. A constraint placed on a table does not apply to a view defined on the table. D. A row meets the requirement of the constraint if the condition evaluates to true or unknown. QUESTION NO: 47 You have to design a numeric column, which is also the primary key. The column should cover large (i.e., ) numbers. Which column data definition covers the 17

18 requirements? A. BIGINT B. INTEGER C. DECFLOAT (34) D. DECIMAL (31,18) Answer: A QUESTION NO: 48 The threads initiated by the distributed transactions are no longer active in DB2, however this situation has caused -904 resource unavailable condition for the other executing threads in DB2. Which command could assist in identifying the remote locations from where such threads were triggered? A. -DISPLAY LOCATION(*) DETAIL B. -DIS THD(*) TYPE(INDOUBT) LOCATION(*) DETAIL C. -DIS THD(*) TYPE(INACTIVE) LOCATION(*) DETAIL D. -DIS THD(*) TYPE(POSTPONED) LOCATION(*) DETAIL QUESTION NO: 49 What is the purpose of the following query? SELECT DBNAME, NAME FROM SYSIBM.SYSTABLESPACE TS WHERE NOT EXISTS (SELECT TP.DBNAME, TP.TSNAME FROM SYSIBM.SYSTABLEPART TP WHERE TP.DBNAME = TS.DBNAME AND TP.TSNAME = TS.NAME); A. It displays the number of inconsistent rows in SYSIBM.SYSTABLESPACE. B. It identifies which tables do not have related rows in SYSIBM.SYSTABLEPART. C. It identifies which table spaces have missing related rows in SYSIBM.SYSTABLEPART. D. It displays which rows in SYSIBM.SYSTABLEPART do not have a matching table name in SYSIBM.SYSTABLESPACE. 18

19 QUESTION NO: 50 Which DB2 online utility job output provides you with information about the BACKUP SYSTEM history? A. DSNJU003 B. DSNJU004 C. DIAGNOSE D. REPORT with RECOVERY option QUESTION NO: 51 Objects DB1.TS1... DB1.TS10 are in copy pending status. Which of the following actions removes the copy pending state AND creates an entry in SYSIBM.SYSCOPY? A. Run the BACKUP SYSTEM utility. B. Run the REPAIR SET NOCOPYPEND utility. C. Run the COPY TABLESPACE utility with option FULL YES for each of the 10 table spaces. D. Issue command -START DB(DB1) SP(TSx) ACCESS(FORCE) for each of the 10 table spaces where x = QUESTION NO: 52 During a recovery of a table space in a data sharing environment, what value is used to coordinate the log records across the DB2 members? A. RBA B. LRSN C. ROWID D. SYSPITRT 19

20 QUESTION NO: 53 When planning for backup/recovery (including disaster recovery), which statement is correct? A. When you remote copy everything (PPRC, XRC) there is no need to take DB2 image copies anymore. B. As data is shared in a data sharing group, disaster recovery in a data sharing environment is identical to a non-data sharing environment. C. System level backups (BACKUP SYSTEM) can be used for both system wide restore on a remote site, as well as the recovery of individual objects locally. D. When you want to create a consistent backup point, you must use the -SET LOG SUSPEND command to freeze all activity, and then take your backups with whatever technology you prefer. QUESTION NO: 54 You take image copies of your table spaces every night. Since you cannot afford any data outage, you use the SHRLEVEL CHANGE option on your COPY utility control statement. Assume that write operations currently run on your table space while the image copies are being performed. Which of the following statements is true? A. Every FLASHCOPY generated with SHRLEVEL CHANGE will automatically be consistent. B. If you use the generated SHRLEVEL CHANGE option with RECOVER.. TOCOPY later on, DB2 determines the open URs and backs them out so that in the end your data will be consistent. C. You can use keywords FLASHCOPY CONSISTENT to generate consistent flashcopy image copies with SHRLEVEL CHANGE. Sequential copies generated during the same utility execution will be inconsistent. D. You can use keywords FLASHCOPY CONSISTENT to generate consistent flashcopy image copies with SHRLEVEL CHANGE. Sequential copies generated during the same utility execution will also be consistent. 20

21 QUESTION NO: 55 How can you find out which external and native stored procedures are active in the system? A. Use the -DIS PROCEDURE(*.*) command. B. Use the -DIS THREAD(*) TYPE(PROC) command. C. There is no WLM or DB2 command to obtain this information. D. You can only obtain this information indirectly if you know the WLM application environment by issuing the D WLM,APPLENV=xxxx command. QUESTION NO: 56 DB2 does not take system checkpoints in which circumstance? A. During an application rollback. B. At the end of a successful restart. C. When switching from one active log data set to another. D. When a specified number of log records are created or after a specified number of minutes, whichever occurs first. Answer: A QUESTION NO: 57 What is the result of the command -RECOVER POSTPONED CANCEL if the postponed-abort thread that you cancel was in the middle of a series of updates when DB2 abended? A. The underlying page sets are stopped. B. The underlying page sets are placed in REFP restrictive state. C. The underlying page sets are placed in REORP restrictive state. D. No restrictive state is set. It is your responsibility to ensure data consistency. 21

22 QUESTION NO: 58 The UNLOAD utility can be used to do which of the following functions? A. Unload compressed data. B. Unload rows from a FlashCopy image copy. C. Unload data from an image copy of an index. D. Unload rows from an image copy that has rows from a dropped table. Answer: A QUESTION NO: 59 Which of the following results in improving performance of a load job to load data into an indexed partitioned table space with multiple indexes? A. LOG YES B. PREFORMAT C. SORTKEYS integer D. convert input data QUESTION NO: 60 A table space is in AREO*. What does this status mean? A. A full image copy of the table space must be taken. B. The table space should be reorganized for optimal performance. C. A START command must be issued to remove it from the pending status. D. The table space must be reorganized to materialize all pending changes. 22

23 QUESTION NO: 61 For monitoring space growth over time, which statistics should NOT be considered? A. SYSIBM.SYSTABLEPART_HIST CARDF, SPACEF SYSIBM.SYSINDEXPART_HIST CARDF, SPACEF B. SYSIBM.SYSTABLEPART CARDF, SPACEF SYSIBM.SYSINDEXPART CARDF, SPACEF C. SYSIBM.SYSTABLESPACE DSSIZE, AVGROWLEN SYSIBM.SYSINDEXES PIECESIZE, AVGKEYLEN D. SYSIBM.SYSTABLESPACESTATS SPACE SYSIBM.SYSINDEXSPACESTATS SPACE QUESTION NO: 62 Which statement is NOT true? A. REORG table space to materialize pending definition changes for a table space. B. REORG with SHRLEVEL CHANGE would automatically detect which threads need to be canceled before switch phase. C. DSNACCOX can be used for collecting data for table space and index space for getting recommendations when to run REORG, RUNSTATS or COPY. D. REORG of index space could be eliminated because the list prefetch of index leaf pages in DB2 V10 is based on non-leaf page information. 23

24 To Read the Whole Q&As, please purchase the Complete Version from Our website. Trying our product! 100% Guaranteed Success 100% Money Back Guarantee 365 Days Free Update Instant Download After Purchase 24x7 Customer Support Average 99.9% Success Rate More than 69,000 Satisfied Customers Worldwide Multi-Platform capabilities - Windows, Mac, Android, iphone, ipod, ipad, Kindle Need Help Please provide as much detail as possible so we can best assist you. To update a previously submitted ticket: Guarantee & Policy Privacy & Policy Terms & Conditions Any charges made through this site will appear as Global Simulators Limited. All trademarks are the property of their respective owners. Copyright , All Rights Reserved.

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

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

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

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

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

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

C Exam code: C Exam name: IBM DB2 11 DBA for z/os. Version 15.0 C2090-312 Number: C2090-312 Passing Score: 800 Time Limit: 120 min File Version: 15.0 http://www.gratisexam.com/ Exam code: C2090-312 Exam name: IBM DB2 11 DBA for z/os Version 15.0 C2090-312 QUESTION

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

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

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

Vendor: IBM. Exam Code: C Exam Name: DB Fundamentals. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: DB Fundamentals. Version: Demo Vendor: IBM Exam Code: C2090-610 Exam Name: DB2 10.1 Fundamentals Version: Demo QUESTION 1 If the following command is executed: CREATE DATABASE test What is the page size (in kilobytes) of the database?

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

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

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

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

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

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

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

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

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 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 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 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

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

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

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

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

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

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

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

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

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

Copyright 2007 IBM Corporation All rights reserved. Copyright 2007 IBM Corporation All rights reserved

Copyright 2007 IBM Corporation All rights reserved. Copyright 2007 IBM Corporation All rights reserved Structure and Format Enhancements : UTS & RRF Willie Favero Senior Certified IT Specialist DB2 for z/os Software Sales Specialist IBM Sales and Distribution West Region, Americas 713-9401132 wfavero@attglobal.net

More information

1. A DBA needs to create a federated database and configure access to join data from three Oracle instances and one DB2 database. Which objects are ne

1. A DBA needs to create a federated database and configure access to join data from three Oracle instances and one DB2 database. Which objects are ne Exam : C2090-544 Title Version : DEMO : DB2 9.7 Advanced DBA for LUW https:// 1. A DBA needs to create a federated database and configure access to join data from three Oracle instances and one DB2 database.

More information

To REORG or not to REORG That is the Question. Kevin Baker BMC Software

To REORG or not to REORG That is the Question. Kevin Baker BMC Software To REORG or not to REORG That is the Question Kevin Baker BMC Software Objectives Identify I/O performance trends for DB pagesets Correlate reorganization benefits to I/O performance trends Understand

More information

DB2 for z/os Utilities Update

DB2 for z/os Utilities Update Information Management for System z DB2 for z/os Utilities Update Haakon Roberts DE, DB2 for z/os & Tools Development haakon@us.ibm.com 1 Disclaimer Information regarding potential future products is intended

More information

Eenie Meenie Miney Mo, Which Table (Space) Type and Page Size Shall I Choose for DB2 on z/os?

Eenie Meenie Miney Mo, Which Table (Space) Type and Page Size Shall I Choose for DB2 on z/os? Eenie Meenie Miney Mo, Which Table (Space) Type and Page Size Shall I Choose for DB2 on z/os? September 13, 2012 Mark Rader IBM ATS - DB2 for z/os mrader@us.ibm.com 2012 IBM Corporation Title: Eenie Meenie

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

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year!

EXAMGOOD QUESTION & ANSWER. Accurate study guides High passing rate! Exam Good provides update free of charge in one year! EXAMGOOD QUESTION & ANSWER Exam Good provides update free of charge in one year! Accurate study guides High passing rate! http://www.examgood.com Exam : C2090-610 Title : DB2 10.1 Fundamentals Version

More information

Number: Passing Score: 800 Time Limit: 120 min File Version:

Number: Passing Score: 800 Time Limit: 120 min File Version: 000-610 Number: 000-610 Passing Score: 800 Time Limit: 120 min File Version: 1.0 http://www.gratisexam.com/ Exam A QUESTION 1 If the following command is executed: CREATE DATABASE test What is the page

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

Vendor: IBM. Exam Code: Exam Name: IBM Certified Specialist Netezza Performance Software v6.0. Version: Demo

Vendor: IBM. Exam Code: Exam Name: IBM Certified Specialist Netezza Performance Software v6.0. Version: Demo Vendor: IBM Exam Code: 000-553 Exam Name: IBM Certified Specialist Netezza Performance Software v6.0 Version: Demo QUESTION NO: 1 Which CREATE DATABASE attributes are required? A. The database name. B.

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

Eenie Meenie Miney Mo, Which Table (Space) Type and Page Size Shall I Choose for DB2 on z/os?

Eenie Meenie Miney Mo, Which Table (Space) Type and Page Size Shall I Choose for DB2 on z/os? Eenie Meenie Miney Mo, Which Table (Space) Type and Page Size Shall I Choose for DB2 on z/os? St. Louis DB2 Users Group December 3, 2013 John Iczkovits iczkovit@us.ibm.com 1 Title: Eenie Meenie Miney Mo,

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

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

Actual4Test. Actual4test - actual test exam dumps-pass for IT exams

Actual4Test.   Actual4test - actual test exam dumps-pass for IT exams Actual4Test http://www.actual4test.com Actual4test - actual test exam dumps-pass for IT exams Exam : C2090-549 Title : IBM Certified System Programmer - IBM IMS Vendor : IBM Version : DEMO Get Latest &

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

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

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 11 *NEW* Availability Functions and Features

DB2 11 *NEW* Availability Functions and Features DB2 11 *NEW* Availability Functions and Features Session 16331 John Iczkovits iczkovit@us.ibm.com IBM March 2, 2015 Insert Custom Session QR if Desired. Agenda Availability for BIND/REBIND/DDL to break-in

More information

Cloning - What s new and faster?

Cloning - What s new and faster? Cloning - What s new and faster? SOURCE TARGET DB2 z/os Database Cloning Using Instant CloningExpert for DB2 z/os Ulf Heinrich Director Solutions Delivery 1 Agenda Cloning basics - What type of cloning

More information

Exam Questions C

Exam Questions C Exam Questions C2090-610 DB2 10.1 Fundamentals https://www.2passeasy.com/dumps/c2090-610/ 1.If the following command is executed: CREATE DATABASE test What is the page size (in kilobytes) of the database?

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

Vendor: IBM. Exam Code: Exam Name: IBM System Storage DS8000 Technical Solutions V3. Version: Demo

Vendor: IBM. Exam Code: Exam Name: IBM System Storage DS8000 Technical Solutions V3. Version: Demo Vendor: IBM Exam Code: 000-453 Exam Name: IBM System Storage DS8000 Technical Solutions V3 Version: Demo QUESTION NO: 1 Which function is unique to the DS8000 within the following IBM disk storage products:

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

z/os Db2 Batch Design for High Performance

z/os Db2 Batch Design for High Performance Division of Fresche Solutions z/os Db2 Batch Design for High Performance Introduction Neal Lozins SoftBase Product Manager All tests in this presentation were run on a dedicated zbc12 server We used our

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

A. Specify NUMTCB=10 and allow 1 WLM managed stored procedure address space per sysplex for AE1.

A. Specify NUMTCB=10 and allow 1 WLM managed stored procedure address space per sysplex for AE1. Volume A~B: 103 Questions Volume A Question No : 1 An external stored procedure, assigned to application environment AE1, should run in parallel to a maximum of 10 concurrent procedures. Which action will

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

Cloning - What s new and faster?

Cloning - What s new and faster? Cloning - What s new and faster? SOURCE TARGET DB2 z/os Database cloning using Instant CloningExpert for DB2 z/os 2011 SOFTWARE ENGINEERING GMBH and SEGUS Inc. 1 Agenda/Content to be addressed Cloning

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

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

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 z/os Cloning What s new and faster?

DB2 z/os Cloning What s new and faster? DB2 z/os Cloning What s new and faster? Ulf Heinrich SEGUS Inc Session Code: A12 Thursday, May 5th, 2011 from 2:45 PM to 3:45 PM Platform: DB2 z/os Agenda/Content to be addressed Cloning basics: What type

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

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

IBM EXAM - C DB Fundamentals. Buy Full Product.

IBM EXAM - C DB Fundamentals. Buy Full Product. IBM EXAM - C2090-610 DB2 10.1 Fundamentals Buy Full Product http://www.examskey.com/c2090-610.html Examskey IBM C2090-610 exam demo product is here for you to test the quality of the product. This IBM

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

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

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

Vendor: Oracle. Exam Code: 1Z Exam Name: Oracle Database 11g Security Essentials. Version: Demo

Vendor: Oracle. Exam Code: 1Z Exam Name: Oracle Database 11g Security Essentials. Version: Demo Vendor: Oracle Exam Code: 1Z0-528 Exam Name: Oracle Database 11g Security Essentials Version: Demo QUESTION 1 Which of the following tasks is the first task to perform when implementing Oracle Database

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

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

Vendor: Oracle. Exam Code: 1Z Exam Name: MySQL 5.0, 5.1 and 5.5 Certified Associate Exam. Version: Demo

Vendor: Oracle. Exam Code: 1Z Exam Name: MySQL 5.0, 5.1 and 5.5 Certified Associate Exam. Version: Demo Vendor: Oracle Exam Code: 1Z0-870 Exam Name: MySQL 5.0, 5.1 and 5.5 Certified Associate Exam Version: Demo QUESTION: 1 You work as a Database Administrator for. You have created a table named Student.

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

Exam : C : IBM InfoSphere Quality Stage v8 Examination. Title. Version : DEMO

Exam : C : IBM InfoSphere Quality Stage v8 Examination. Title. Version : DEMO Exam : C2090-419 Title : IBM InfoSphere Quality Stage v8 Examination Version : DEMO 1. When running Word Investigation, producing a pattern report will help you do what? A. Refine a standardization rule

More information

V9 Migration KBC. Ronny Vandegehuchte

V9 Migration KBC. Ronny Vandegehuchte V9 Migration Experiences @ KBC Ronny Vandegehuchte KBC Configuration 50 subsystems (15 in production) Datasharing (3 way) 24X7 sandbox, development, acceptance, production Timings Environment DB2 V9 CM

More information

DB2 10 Capturing Tuning and Trending for SQL Workloads - a resource and cost saving approach. Roy Boxwell SOFTWARE ENGINEERING GmbH

DB2 10 Capturing Tuning and Trending for SQL Workloads - a resource and cost saving approach. Roy Boxwell SOFTWARE ENGINEERING GmbH 1 DB2 10 Capturing Tuning and Trending for SQL Workloads - a resource and cost saving approach Roy Boxwell SOFTWARE ENGINEERING GmbH 3 Agenda 1. DB2 10 technology used by SQL WorkloadExpert (WLX) 2. The

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

What s new in DB2 9 for z/os for Applications

What s new in DB2 9 for z/os for Applications What s new in DB2 9 for z/os for Applications Patrick Bossman bossman@us.ibm.com Senior software engineer IBM Silicon Valley Lab 9/8/2009 Disclaimer Copyright IBM Corporation [current year]. All rights

More information

Vendor: IBM. Exam Code: Exam Name: Rational Developer for System z v7.6. Version: Demo

Vendor: IBM. Exam Code: Exam Name: Rational Developer for System z v7.6. Version: Demo Vendor: IBM Exam Code: 000-051 Exam Name: Rational Developer for System z v7.6 Version: Demo QUESTION NO: 1 In Rational Developer for System z File Manager, which template is constructed without the use

More information

A DB2 Performance Tuning Roadmap: A High-Level View on Managing the Performance of DB2 for z/os. Craig S. Mullins

A DB2 Performance Tuning Roadmap: A High-Level View on Managing the Performance of DB2 for z/os. Craig S. Mullins A DB2 Performance Tuning Roadmap: A High-Level View on Managing the Performance of DB2 for z/os Craig S. Mullins craig@craigsmullins.com Copyright 1999 Author This presentation was prepared by: Craig S.

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 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

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 11 for z/os Utilities Update

DB2 11 for z/os Utilities Update DB2 11 for z/os Utilities Update Andy Lai DB2 Utilities Development atlai@us.ibm.com Insert Custom Session QR if Desired. 1 Disclaimer Copyright IBM Corporation 2014. All rights reserved. IBM s statements

More information

DB2 10 Capturing Tuning and Trending for SQL Workloads - a resource and cost saving approach

DB2 10 Capturing Tuning and Trending for SQL Workloads - a resource and cost saving approach DB2 10 Capturing Tuning and Trending for SQL Workloads - a resource and cost saving approach Roy Boxwell SOFTWARE ENGINEERING GmbH Session Code: V05 15.10.2013, 11:30 12:30 Platform: DB2 z/os 2 Agenda

More information

Vendor: IBM. Exam Code: C Exam Name: IBM Security Identity Manager V6.0 Implementation. Version: Demo

Vendor: IBM. Exam Code: C Exam Name: IBM Security Identity Manager V6.0 Implementation. Version: Demo Vendor: IBM Exam Code: C2150-197 Exam Name: IBM Security Identity Manager V6.0 Implementation Version: Demo Question No : 1 Which is true for the relationship between provisioning policies, services, and

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

DB2 12 for z/os: Technical Overview and Highlights

DB2 12 for z/os: Technical Overview and Highlights DB2 12 for z/os: Technical Overview and Highlights by John Campbell and Gareth Jones Introduction Cloud, Analytics, and Mobile are changing the landscape for enterprise customers. These technology trends

More information

C Q&As. DB2 9.7 SQL Procedure Developer. Pass IBM C Exam with 100% Guarantee

C Q&As. DB2 9.7 SQL Procedure Developer. Pass IBM C Exam with 100% Guarantee C2090-545 Q&As DB2 9.7 SQL Procedure Developer Pass IBM C2090-545 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: https://www.pass4lead.com/c2090-545.html 100% Passing

More information

CA Chorus for DB2 Database Management

CA Chorus for DB2 Database Management CA Chorus for DB2 Database Management CA Performance Handbook for DB2 for z/os Version 04.0.00 This Documentation, which includes embedded help systems and electronically distributed materials (hereinafter

More information

Collecting Cached SQL Data and Its Related Analytics. Gerald Hodge HLS Technologies, Inc.

Collecting Cached SQL Data and Its Related Analytics. Gerald Hodge HLS Technologies, Inc. Collecting Cached SQL Data and Its Related Analytics Gerald Hodge HLS Technologies, Inc. Agenda Quick Review of SQL Prepare CACHEDYN=YES and KEEPDYNAMIC=YES CACHEDYN=YES and KEEPDYNAMIC=YES with COMMIT

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

Vendor: SAP. Exam Code: C_HANATEC131. Exam Name: SAP Certified Technology Associate (Edition 2013) -SAP HANA. Version: Demo

Vendor: SAP. Exam Code: C_HANATEC131. Exam Name: SAP Certified Technology Associate (Edition 2013) -SAP HANA. Version: Demo Vendor: SAP Exam Code: C_HANATEC131 Exam Name: SAP Certified Technology Associate (Edition 2013) -SAP HANA Version: Demo QUESTION NO: 1 You want to make sure that all data accesses to a specific view will

More information

Copy Smarter. Unload/Load, DSN1COPY and beyond. Kai Stroh, UBS Hainer GmbH Copy Smarter - Unload/Load, DSN1COPY and beyond

Copy Smarter. Unload/Load, DSN1COPY and beyond. Kai Stroh, UBS Hainer GmbH Copy Smarter - Unload/Load, DSN1COPY and beyond Copy Smarter Unload/Load, DSN1COPY and beyond Kai Stroh, UBS Hainer GmbH kai.stroh@ubs-hainer.com Overview What are we trying to achieve? Create a process to copy Db2 tables that is: Flexible Reliable

More information

DB2 UDB: Application Programming

DB2 UDB: Application Programming A ABS or ABSVAL... 4:19 Access Path - Determining... 10:8 Access Strategies... 9:3 Additional Facts About Data Types... 5:18 Aliases... 1:13 ALL, ANY, SOME Operator... 3:21 AND... 3:12 Arithmetic Expressions...

More information

Session: B11 DB2 9 for z/os Best Practices for SAP. Johannes Schuetzner IBM Boeblingen Lab. October 7, 2009, 11:00-12:00 Platform: DB2 for z/os

Session: B11 DB2 9 for z/os Best Practices for SAP. Johannes Schuetzner IBM Boeblingen Lab. October 7, 2009, 11:00-12:00 Platform: DB2 for z/os Session: B11 DB2 9 for z/os Best Practices for SAP Johannes Schuetzner IBM Boeblingen Lab October 7, 2009, 11:00-12:00 Platform: DB2 for z/os Agenda Overview DB2 9 for z/os with SAP Managing tablespaces

More information

Hash Access to DB2 Data Faster, Better, Cheaper

Hash Access to DB2 Data Faster, Better, Cheaper Hash Access to DB2 Data Faster, Better, Cheaper Kalpana Shyam, Karelle Cornwell Developers, DB2 for z/os, IBM Corp Session Code: A10 Wednesday, 10 November 2010, 11:00 AM - 12:00 PM Platform: DB2 10 for

More information

DBArtisan New Features Guide

DBArtisan New Features Guide Product Documentation DBArtisan New Features Guide Version 8.7 Corporate Headquarters EMEA Headquarters Asia-Pacific Headquarters 100 California Street, 12th Floor San Francisco, California 94111 York

More information