A Examcollection.Premium.Exam.54q

Size: px
Start display at page:

Download "A Examcollection.Premium.Exam.54q"

Transcription

1 A Examcollection.Premium.Exam.54q Number: A Passing Score: 800 Time Limit: 120 min File Version: Exam Code: A Exam Name: Assessment: DB2 9.7 Advanced DBA for LUW - Assessment

2 Actualanswers QUESTION 1 An employee is not able to connect to the PRODDB database using the correct user ID and password. The TCP/IP protocol is running normally; other remote clients are also having problems connecting to this database. Which two could be the cause of the problem? (Choose two.) A. The DB2COMM environment variable at the server is not set to TCPIP. B. The DB2 Administration Server is not started. C. The port number is not assigned in the server's services file. D. The client's authentication type is not compatible with the server. E. The server node and/or database are not cataloged correctly on the client. Correct Answer: AE QUESTION 2 While attempting to establish connectivity between a Windows client and a UNIX server, the following commands were issued from the Windows client: CATALOG TCPIP NODE node001 REMOTE hostnm01 SERVER 50000; CATALOG DATABASE samp001 AS samp001 AT NODE node001; TERMINATE; When trying to connect to the SAMP001 database the following error was received: SQL30061N The database alias or database name name was not found at the remote node. The database name is not an existing database at the remote database node. The statement cannot be processed. What should be done resolve the problem? A. Add a Database Connection Services entry to the /etc/services file on the Windows client. B. Change the service name (SVCENAME) in the remote servers database configuration. C. Match the port number in the CATALOG TCPIP NODE command with the port number in the /etc/services file on the remote server. D. Add an entry into the Database Connection Services directory on the Windows client. QUESTION 3 A DBA has established connectivity to a DB2 for z/os database and is exploiting a System z sysplex for load balancing and fault-tolerance. Which series of statements and commands can be issued to ensure that agents remain allocated to help maintain the sysplex server list? A. UPDATE DBM CFG USING NUM_INITAGENTS 200;db2stop;db2start; B. UPDATE DBM CFG USING NUM_INITAGENTS 0;db2stop;db2start; C. UPDATE DBM CFG USING NUM_POOLAGENTS 200;db2stop;db2start; D. UPDATE DBM CFG USING NUM_POOLAGENTS 0;db2stop;db2start;

3 QUESTION 4 Setting the DB2_FMP_COMM_HEAPSZ=0 will result in which the following? A. User-defined function calls will be disabled. B. In a partitioned environment, infinite communications will be enabled between partitions. C. In a partitioned environment, communications will not be buffered. D. Non-fenced routines can be invoked, however automatic database maintenance will be disabled. QUESTION 5 What determines the degree of inter-partition parallelism used? A. The number of database partitions and the definition of partition groups. B. The number of database connections and the definition of partitions groups. C. The value of the INTER_PARALLEL Database Manager configuration parameter. D. The value of the DFT_DEGREE database configuration parameter. Correct Answer: A QUESTION 6 A journaling application inserts data with continually increasing sequential keys while a clean up process randomly deletes erroneous rows. What can be done to maximize insert performance? A. Issue a db2set DB2MAXFSCRSEARCH=1024 command. B. Issue an ALTER TABLESPACE EXTEND statement. C. Issue a db2set DB2SKIPDELETED=ON command. D. Issue an ALTER TABLE APPEND ON statement.

4 QUESTION 7 Which command will prevent prefetching during crash recovery? A. db2set DB2_AVOID_PREFETCH=OFF B. db2set DB2_AVOID_PREFETCH=ON C. db2set DB2_RECOVERY_PREFETCHING=NO D. db2set DB2_RECOVERY_PREFETCHING=YES QUESTION 8 Which two operators would indicate inter-partition parallelism in an Optimizer Plan? (Choose two.) A. LTQ B. HSJOIN C. BTQ D. IP E. DTQ E QUESTION 9 A table named TAB_A was created with the COMPRESS YES option specified and populated with 100,000 rows. If a DBA wants to create an index on table TAB_A, which statement is true? A. In order for the index to be compressed, it must be enabled for compression by specifying the COMPRESS YES option with the CREATE INDEX statement that is used to create it. B. The index will automatically be compressed since the table it is associated with is compressed; the ALTER INDEX command does not have to be executed. C. In order for the index to be compressed, it must be enabled for compression by specifying the COMPRESS YES option in the CREATE INDEX statement used to create it; however, the index will not be compressed until the ALTER INDEX command is used to create an index compression dictionary. D. The index will automatically be enabled for compression because the associated table is compressed; however, the index will not be compressed until it is REORGed.

5 QUESTION 10 Given a SHEAPTHRES value of 2560, in which two cases will a SHEAPTHRES_SHR value of 1024 be meaningful? (Choose two.) A. INTRA_PARALLEL NO B. MAX_CONNECTIONS 2000, MAX_COORDAGENTS 100 C. MAX_AGENTS 100, MAX_CONNECTIONS 2000 D. MAX_CONNECTIONS 500, MAX_COORDAGENTS 1000 E. INTRA_PARALLEL YES E QUESTION 11 If you know that the table space containers for your database reside on RAID-5 3+p arrays, which registry variable should be assigned the value *:3 to help improve performance? A. DB2_APM_PERFORMANCE B. DB2_EXTENDED_IO_FEATURES C. DB2_RESOURCE_POLICY D. DB2_PARALLEL_IO QUESTION 12 Which statement is true about clustering indexes in a partitioned database? A. The partitioning key column(s) should be added to the clustering index with the INCLUDE option. B. The clustering index column(s) should be suffixed by the partitioning key column(s). C. The clustering index column(s) should be prefixed by the partitioning key column(s). D. The partitioning key column(s) should be added immediately after the column in the clustering index with the highest cardinality. QUESTION 13 Which conditions must be met to implement HADR? A. Operating systems on primary and standby servers must be the same; DB2 versions need not be the same; and the databases must have the same bit-size (32 or 64 bit). B. Operating systems on primary and standby servers need not be the same; DB2 versions must be the same;

6 and the databases need not have the same bit-size (32 or 64 bit). C. Operating systems on primary and standby servers must be the same; DB2 versions must be the same; and the databases need not have the same bit-size (32 or 64 bit). D. Operating systems on primary and standby servers must be the same; DB2 versions must be the same; and the databases must have the same bit-size (32 or 64 bit). QUESTION 14 Which command will back up a database named SAMPLE to a TSM server using two concurrent TSM client sessions? A. BACKUP DATABASE sample USE TSM OPEN 2 SESSIONS WITH 4 BUFFERS B. BACKUP DATABASE sample USE TSM OPEN 4 SESSIONS WITH 2 BUFFERS C. BACKUP DATABASE sample USE TSM OPEN 2 SERVERS WITH 4 BUFFERS D. BACKUP DATABASE sample USE TSM OPEN 4 SERVERS WITH 2 BUFFERS Correct Answer: A QUESTION 15 What is the proper set of steps to execute a redirected restore and change the container paths for a database not using automatic storage? A. Issue a RESTORE DATABASE command with the REDIRECT option;issue a SET TABLESPACE CONTAINERS command;issue a RESTORE DATABASE command with the CONTINUE option; B. Issue a RESTORE DATABASE command with the REDIRECT option;issue a RESTORE DATABASE command with the CONTINUE option; C. Issue a RESTORE DATABASE command with the ROLLFORWARD option;issue a RESTORE DATABASE command with the CONTINUE option; D. Issue a RESTORE DATABASE command with the ROLLFORWARD option;issue a SET TABLESPACE CONTAINERS command;issue a RESTORE DATABASE command with the CONTINUE option; Correct Answer: A QUESTION 16 Given the following output from the GET DATABASE CONFIGURATION command:

7 Which of the following DB configurations listed below will enable circular logging? A. LOGRETAIN=CIRCULAR B. LOGSECOND=-1 C. LOGARCHMETH1=OFF and LOGARCHMETH2=OFF D. LOGPRIMARY=LOGCIRCULAR and LOGRETAIN=OFF QUESTION 17 What are two authorities and/or privileges required for replaying SQL audit logs? (Choose two.) A. SECADM authority B. EXECUTE privilege on audit routines with DATA C. DBADM authority D. EXECUTE privilege on audit routines with NO DATA E. SYSADM authority Correct Answer: AB QUESTION 18 At which two levels can events be audited? (Choose two.) A. Instance level B. Database level C. Server level D. Operating System level E. Node level Correct Answer: AB

8 QUESTION 19 What will the db2audit facility do when a DB2 database instance is stopped? A. Stop automatically. B. Generate an error stating that the audit facility should be stopped prior to stopping the instance. C. Remain active. D. Write an error message to the audit log and stop automatically. QUESTION 20 If instance DB2INST1 is created and its authentication type is set to KRB_SERVER_ENCRYPT, which statement is true? A. Databases created in DB2INST1 will use SERVER_ENCRYPT authentication if KERBEROS authentication is not available. B. Databases created in DB2INST1 will use KERBEROS authentication if SERVER_ENCRYPT authentication is not available. C. Client connections to databases on DB2INST1 will fail unless they are attempted through an LDAP connection. D. Client connections from Windows machines to databases on DB2INST1 will flow clear text passwords. Correct Answer: A QUESTION 21 What is a method for enabling non-buffered I/O at the table space level in a DB2 database? A. Set the DB2_DIRECT_IO configuration parameter to YES. B. Set the DB2_FILESYSTEM_CACHE configuration parameter to YES. C. Use the USE DIRECT IO clause with the CREATE TABLESPACE or ALTER TABLESPACE command. D. Use the NO FILE SYSTEM CACHING clause with the CREATE TABLESPACE or ALTER TABLESPACE command. QUESTION 22 A database and a table space were created using the following commands:

9 Afterwards, two tables were created in table space TBSP1 and both tables were populated with 100,000 rows. If a DBA decides that database MYDB should use automatic storage, which command(s) are needed to convert both the database and table space TBSP1? A. ALTER DATABASE mydb ADD STORAGE ON?mnt/path_1??mnt/path_2? B. ALTER DATABASE mydb ADD STORAGE ON?mnt/path_1??mnt/path_2?ALTER TABLESPACE tbsp1 MANAGED BY AUTOMATIC STORAGE; C. ALTER DATABASE mydb AUTOMATIC STORAGE YES ON?mnt/path_1??mnt/path_2? D. ALTER DATABASE mydb AUTOMATIC STORAGE YES ON?mnt/path_1??mnt/path_2? ALTER TABLESPACE tbsp1 MANAGED BY AUTOMATIC STORAGE; QUESTION 23 What are the steps required to remove July 2005 data from a partitioned table and replace with it with July 2010 data? A. 1) Detach partition containing July 2005 data2) Load July 2010 data into a new table3) Attach the new table as a new partition in the existing partitioned table4) Check constraint integrity for the partitioned table B. 1) Detach partition containing July 2005 data2) Load July 2010 data into a new table3) Attach the new table as a new partition in the existing partitioned table4) Rebind the partitioned table C. 1) Detach partition containing July 2005 data2) Load July 2010 data into a new table3) Attach the new table as a new partition in the existing partitioned table4) Update statistics on the partitioned table D. 1) Detach partition containing July 2005 data2) Load July 2010 data into a new table3) Attach the new table as a new partition in the existing partitioned table4) Reorg the partitioned table Correct Answer: A QUESTION 24 The DBA needs to create a table with key columns YEARMONTH and YEAR. This table needs to be partitioned by column YEARMONTH with three months per data partition. Additionally, data needs to be organized by column YEAR, so that all rows within any three month date range are clustered together based on 12 months of data. Which CREATE TABLE statement will accomplish this objective? A. CREATE TABLE tab1(yearmonth INT,year CHAR(2))PARTITION BY RANGE (year) (STARTING ENDING EVERY 12)ORGANIZE BY DIMENSIONS (yearmonth)) B. CREATE TABLE tab1(yearmonth INT,year CHAR(2))PARTITION BY RANGE (year) (STARTING

10 ENDING EVERY 3)ORGANIZE BY DIMENSIONS (yearmonth)) C. CREATE TABLE tab1(yearmonth INT,year CHAR(2))PARTITION BY RANGE (yearmonth) (STARTING ENDING EVERY 12)ORGANIZE BY DIMENSIONS (year)) D. CREATE TABLE tab1(yearmonth INT,year CHAR(2))PARTITION BY RANGE (yearmonth) (STARTING ENDING EVERY 3)ORGANIZE BY DIMENSIONS (year)) QUESTION 25 A DBA would like to examine repartitioning options for a partitioned database named PRODDB. Which tool can be used to provide recommendations on re-partitioning? A. Configuration Advisor B. Partition Assistant C. Design Advisor D. Workload Manager QUESTION 26 How can a DBA validate that an existing backup was compressed? A. Check the output from the command LIST HISTORY BACKUP ALL FOR the database. B. Check the value of the COMPRESS_BACKUP database configuration setting. C. Check the value of the DB2_COMPRESS_BACKUP registry variable. D. Check the header information of the backup file using db2ckbkp. QUESTION 27 If LOGSECOND=-1 then which of the following statements is true? A. You still use LOGPRIMARY and LOGFILSIZ configuration parameters to specify how many log files the database manager should keep in the active log path. B. You must configure the OVERFLOWLOGPATH configuration parameter if your active log path is not on a raw device. C. The database will reserve active log space for transactions that may need to roll back and write log records. D. An infinite number of overflow log files will be used with archival logging.

11 Correct Answer: A QUESTION 28 In order for HADR to start, which statement is true when setting the HADR_TIMEOUT database configuration value? A. The HADR_TIMEOUT value must be identical on both the primary and the standby server. B. Changes to the HADR_TIMEOUT value will take effect immediately. C. If the HADR_TIMEOUT value is set to -1, connection timeouts will not occur. D. If the HADR_TIMEOUT value is different between the two servers, the lowest value is used. Correct Answer: A QUESTION 29 Which command CANNOT be used to create the compression dictionary for a table? A. IMPORT B. INSPECT C. LOAD D. RUNSTATS QUESTION 30 Given an HADR pair configured with HADR_PEER_WINDOW set to 300 seconds. If the standby server looses communication with the primary at 11:02:03 am, when can the following command be run so that the standby server will successfully be promoted to be a primary server? TAKEOVER HADR ON DB mydb BY FORCE PEER WINDOW ONLY A. Any time after 11:02:03 am B. Any time before 11:07:03 am C. Any time after 11:07:04 am D. Any time after 11:07:03 am

12 QUESTION 31 Which command would be used to obtain the name of the first active log file for a database with log retain enabled? A. GET CURRENT ACTIVE LOGFILE B. LIST LOGFILES C. GET DATABASE CONFIGURATION D. LIST INDOUBT TRANSACTIONS QUESTION 32 Given INTRA_PARALLEL is OFF, average row length is 900 bytes, and temporary table cardinality is 1000, which setting would prevent a SORTHEAP overflow when the temporary table is sorted? A. SORTHEAPTHRES 10000K, SORTHEAP 250K B. SORTHEAPTHRES 10000K C. SORTHEAP AUTOMATIC, SHEAPTHRES 10000K D. SORTHEAP AUTOMATIC, SHEAPTHRES 0 QUESTION 33 Which action(s) will cause a compression dictionary to be removed from a table? A. Set the table COMPRESS attribute to NO. B. Set the table COMPRESS attribute to NO;run REORG against the table. C. Set the table COMPRESS attribute to NO;run INSPECTESETDICTIONARY against the table. D. Set the table COMPRESS attribute to NO;run RUNSTATS against the table. QUESTION 34 Which statement is correct about statistical views? A. A statistical view is created by executing runstats on a regular view. B. A statistical view holds information about the system catalog statistical tables. C. A statistical view provides the optimizer with additional correlation statistics. D. A statistical view provides the optimizer with more accurate cardinality estimates.

13 QUESTION 35 A table named TAB_A was created with the COMPRESS YES option specified and populated with 100,000 rows. If a DBA wants to create an index on table TAB_A, which statement is true? A. In order for the index to be compressed, it must be enabled for compression by specifying the COMPRESS YES option with the CREATE INDEX statement that is used to create it. B. The index will automatically be compressed since the table it is associated with is compressed; the ALTER INDEX command does not have to be executed. C. In order for the index to be compressed, it must be enabled for compression by specifying the COMPRESS YES option in the CREATE INDEX statement used to create it; however, the index will not be compressed until the ALTER INDEX command is used to create an index compression dictionary. D. The index will automatically be enabled for compression because the associated table is compressed; however, the index will not be compressed until it is REORGed. QUESTION 36 Which description is correct when discussing the DB2_MEM_TUNING_RANGE registry variable? A. It is recommended to set this variable only when the Self-Tuning Memory Manager (STMM) is disabled. B. It is recommended to set this variable only when using STMM, when DATABASE_MEMORY is set to AUTOMATIC, and if insufficient system memory problems are occurring. C. It is recommended that this variable be enabled at all times in order to prevent DB2 from taking too much physical memory. D. It is recommended that this variable be used to set the maximum percentage of memory that DB2 can use on the system. QUESTION 37 Given a database with Self-Tuning Memory Manager (STMM) enabled, what will DB2 do when a new buffer pool is created using the IMMEDIATE option? A. Attempt to create the buffer pool and immediately request additional memory from the operating system to allocate. If the operating system memory is not available, the buffer pool will not be created. B. Attempt to create the buffer pool and immediately allocate the memory requested, resizing the existing buffer pools and heaps as required. If there is insufficient memory in the global memory allocation for DB2, the buffer pool will not be created. C. Attempt to create the buffer pool and immediately allocate the memory requested from available database

14 shared memory. If the memory available is not sufficient, then allocation of the buffer pool will be deferred until the database is stopped and restarted. D. Attempt to create the buffer pool and immediately request additional instance level memory. If the instance level memory is not available, then creation of the buffer pool is deferred until the database is stopped and restarted. QUESTION 38 Which database configuration parameters can be used to limit the amount of memory allocated for the LOAD utility? A. UTIL_HEAP_SZ and STAT_HEAP_SZ B. LOAD_HEAP_SZ and DATABASE_MEMORY C. LOAD_HEAP_SZ and STAT_HEAP_SZ D. UTIL_HEAP_SZ and DATABASE_MEMORY QUESTION 39 Assuming table TAB_A resides in a DB2 9.7 database, what is one way to obtain an estimate of how much space could be saved if this table were compressed? A. The ADMINGETTABCOMPRESSINFO table function. B. The ADMINGETTABCOMPRESSINFO_V97 table function. C. The ADMIN_GET_TAB_COMPRESS_INFO_V97 table function. D. The ADMIN_GET_TAB_INFO table function. QUESTION 40 What is the minimum authority required to execute the RUNSTATS command against a table? A. SYSMON B. SQLADM C. DATAACCESS D. SECADM

15 QUESTION 41 What new security authorities have been introduced in DB2 V9.7? A. WLMADM, ACCESSCTRL, SECADMIN B. EXPLAIN, SECADMIN, DATAACCESS C. SECADMIN, ACCESSCTRL, SQLADM D. WLMADM, SQLADM, EXPLAIN QUESTION 42 What are two authorities and/or privileges required for replaying SQL audit logs? (Choose two.) A. SECADM authority B. EXECUTE privilege on audit routines with DATA C. DBADM authority D. EXECUTE privilege on audit routines with NO DATA E. SYSADM authority Correct Answer: AB QUESTION 43 At which two levels can events be audited? (Choose two.) A. Instance level B. Database level C. Server level D. Operating System level E. Node level Correct Answer: AB QUESTION 44 A database named MYDB is created in instance DB2INST1, which has been configured to use KRB_SERVER_ENCRYPT authentication. If a client attempting to access database MYDB does not support

16 Kerberos authentication, which authentication method will be used to establish a connection? A. SERVER_ENCRYPT B. SERVER C. KRB_SERVER_ENCRYPT D. CLIENT Correct Answer: A QUESTION 45 A DBA has configured an Oracle data source in a federated database (that references a table named ORA1). How do you update the statistics for table ORA1 at the federated server? A. Perform the equivalent of RUNSTATS on ORA1 in Oracle. B. Perform RUNSTATS on the ORA1 nickname at the federated server. C. Perform the equivalent of RUNSTATS on ORA1 in Oracle; then perform RUNSTATS on the ORA1 nickname. D. Perform the equivalent of RUNSTATS on ORA1 in Oracle; then drop and re-create the ORA1 nickname. QUESTION 46 If table space TBSP1 is using automatic storage, and the existing storage paths are full, which command would increase the available storage? A. ALTER DATABASE ADD STORAGE ON '/db2/filesystem1' B. ALTER TABLESPACE tbsp1 ADD ('/db2/filesystem1') C. ALTER DATABASE ADD STORAGE FOR tbsp1 ('/db2/filesystem1') D. ALTER TABLESPACE tbsp1 EXTEND USING ('/db2/filesystem1') Correct Answer: A QUESTION 47 A database named MYDB was created by executing the following command: CREATE DATABASE mydb AUTOMATIC STORAGE NO Later, a decision is made to modify this database so that both it and its table spaces use automatic storage. What steps are required to make this modification? A. Use the ALTER DATABASE command to convert the database; all existing table spaces will be converted automatically. B. Use the ALTER DATABASE command to convert the database; use the ALTER TABLESPACE command to convert all existing table spaces.

17 C. Use the ALTER DATABASE command to convert the database; use the ALTER TABLESPACE command to convert all existing SMS table spaces. D. Use the ALTER DATABASE command to convert the database; use the ALTER TABLESPACE command to convert all existing DMS table spaces. QUESTION 48 A database and a table space were created using the following commands: Afterwards, two tables were created in table space TBSP1 and both tables were populated with 100,000 rows. If a DBA decides that database MYDB should use automatic storage, which command(s) are needed to convert the database? A. ALTER DATABASE mydb ADD STORAGE ON?mnt/path_1??mnt/path_2? B. ALTER DATABASE mydb ADD STORAGE ON?mnt/path_1??mnt/path_2?ALTER TABLESPACE tbsp1 MANAGED BY AUTOMATIC STORAGE; C. ALTER DATABASE mydb AUTOMATIC STORAGE YES ON?mnt/path_1??mnt/path_2? D. ALTER DATABASE mydb AUTOMATIC STORAGE YES ON?mnt/path_1??mnt/path_2? ALTER TABLESPACE tbsp1 MANAGED BY AUTOMATIC STORAGE; Correct Answer: A QUESTION 49 Which data organization schemes are supported? A. PARTITION BY HASH and ORGANIZE BY B. PARTITION BY RANGE and ORGANIZE BY HASH C. PARTITION BY HASH and ORGANIZE BY RANGE D. PARTITION BY RANGE and ORGANIZE BY

18 QUESTION 50 How can you change an existing non-partitioned index for a partitioned table to a partitioned index? A. Use the ALTER INDEX command. B. Use the DROP INDEX and CREATE INDEX commands. C. Use the REORG INDEX command. D. Use the ALTER INDEX and REORG INDEX commands. QUESTION 51 A DBA would like to examine repartitioning options for a partitioned database named PRODDB. Which tool can be used to provide recommendations on re-partitioning? A. Configuration Advisor B. Partition Assistant C. Design Advisor D. Workload Manager QUESTION 52 The DBA needs to create a table with key columns YEARDAY, YEAR, and DAY. This table needs to be partitioned by column YEARDAY with three months per data partition. Additionally, data needs to be organized so that all rows within any three month date range are clustered together based on 12 months of data. Which CREATE TABLE statement will accomplish this objective? A. CREATE TABLE tab1(yearday INT,year CHAR(2),day INT))PARTITION BY RANGE (year) (STARTING ENDING EVERY 3)ORGANIZE BY DIMENSIONS (year, day)) B. CREATE TABLE tab1(yearday INT,year CHAR(2),day INT))PARTITION BY RANGE (yearday) (STARTING ENDING EVERY 3)ORGANIZE BY DIMENSIONS (year, day)) C. CREATE TABLE tab1(yearday INT,year CHAR(2),day INT))PARTITION BY RANGE (yearday) (STARTING ENDING EVERY 3)ORGANIZE BY DIMENSIONS (year)) D. CREATE TABLE tab1(yearday INT,year CHAR(2),day INT))PARTITION BY RANGE (yearday) (STARTING ENDING EVERY 3)ORGANIZE BY DIMENSIONS (day)) QUESTION 53 Given the following statement:

19 Which statement will successfully add a new partition to table T1 for April 2010? A. Export data from the main partitioned table; create a table with the same definition as the partitioned table; attach to the main partitioned table; import data into the main partitioned table; run the SET INTEGRITY statement. B. Create a table with the same definition as the partitioned table; attach to the main partitioned table; data will be automatically redistributed across all table partitions. C. Create a table with the same definition as the partitioned table; load the new table with data; attach the new table to the main partitioned table; run the SET INTEGRITY statement. D. Export data from the main partitioned table; drop the main partitioned table; create the main partitioned table with new partitioning range; import data into the main partitioned table. QUESTION 54 A Windows user with a local database is not able to connect to a zos database. The System Database Directory and the Node Directory have the correct entries. Other users can connect to the database from their workstations without problems. What should be done resolve the problem? A. Uncatalog and re-catalog the directory entries for the zos database and try again. B. Catalog the zos database in the Local Database Directory. C. Catalog the zos database in the Database Connection Services Directory. D. Catalog the zos database in the Distributed Data Facility Directory.

DB2 9.7 Advanced DBA for LUW

DB2 9.7 Advanced DBA for LUW 000 544 DB2 9.7 Advanced DBA for LUW Version 3.5 QUESTION NO: 1 An employee is not able to connect to the PRODDB database using the correct user ID and password. The TCP/IP protocol is running normally;

More information

IBM Exam A DB2 9.7 Advanced DBA for LUW Version: 6.1 [ Total Questions: 103 ]

IBM Exam A DB2 9.7 Advanced DBA for LUW Version: 6.1 [ Total Questions: 103 ] s@lm@n IBM Exam A2090-544 DB2 9.7 Advanced DBA for LUW Version: 6.1 [ Total Questions: 103 ] Topic 1, Volume A Question No : 1 - (Topic 1) An employee is not able to connect to the PRODDB database using

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

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

IBM DB2 LUW Performance Tuning and Monitoring for Single and Multiple Partition DBs

IBM DB2 LUW Performance Tuning and Monitoring for Single and Multiple Partition DBs IBM DB2 LUW Performance Tuning and Monitoring for Single and Multiple Partition DBs Day(s): 5 Course Code: CL442G Overview Learn how to tune for optimum the IBM DB2 9 for Linux, UNIX, and Windows relational

More information

Exam Name: DB2 9 Advanced DB Administrator for Linux,

Exam Name: DB2 9 Advanced DB Administrator for Linux, Exam Code: 000-734 Exam Name: DB2 9 Advanced DB Administrator for Linux, UNIX, and Windows Vendor: IBM Version: DEMO Part: A 1: Which server houses the database partitions in the AIX BCU V2.1? A.IBM System

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : A2090-731 Title : Assessment: DB2 9 DBA for LUW-Assessment Version : DEMO 1 / 8 1.Given the following CREATE TABLE statement: CREATE TABLE employee ( empno CHAR(6) NOT NULL, firstnmevarchar(12),

More information

IBM DB2 courses, Universidad Cenfotec

IBM DB2 courses, Universidad Cenfotec IBM DB2 courses, Universidad Cenfotec Contents Summary... 2 Database Management (Information Management) course plan... 3 DB2 SQL Workshop... 4 DB2 SQL Workshop for Experienced Users... 5 DB2 9 Database

More information

D09 Repeated in D15 DB2 Autonomics: Implementation and Exploitation

D09 Repeated in D15 DB2 Autonomics: Implementation and Exploitation D09 Repeated in D15 DB2 Autonomics: Implementation and Exploitation Philip K. Gunning Gunning Technology Solutions, LLC 4 Oct 2006 11:00 a.m. 12:00 p.m. Repeated 5 Oct 2006, 10:30 a.m. 11:30 a.m. Platform:

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : 000-611 Title : DB2 10.1 DBA for Linux, UNIX, and Windows Vendors : IBM

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

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

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

Performance Tuning for MDM Hub for IBM DB2

Performance Tuning for MDM Hub for IBM DB2 Performance Tuning for MDM Hub for IBM DB2 2012 Informatica Corporation. No part of this document may be reproduced or transmitted in any form, by any means (electronic, photocopying, recording or otherwise)

More information

BrainDumps.C Q&A

BrainDumps.C Q&A BrainDumps.C2090-541.82Q&A Number: C2090-541 Passing Score: 800 Time Limit: 120 min File Version: 4.8 http://www.gratisexam.com/ 1. Hi all, I've finished this one on 1st May. This dump is valid and this

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

DB2 for Linux, UNIX, Windows - Adv. Recovery and High Availability

DB2 for Linux, UNIX, Windows - Adv. Recovery and High Availability DB2 for Linux, UNIX, Windows - Adv. Recovery and High Availability Duration: 4 Days Course Code: CL492G Overview: Gain a deeper understanding of the advanced recovery features of DB2 9 for Linux, UNIX,

More information

IBM Exam C DB2 9.7 DBA for Linux UNIX and Windows Version: 6.1 [ Total Questions: 102 ]

IBM Exam C DB2 9.7 DBA for Linux UNIX and Windows Version: 6.1 [ Total Questions: 102 ] s@lm@n IBM Exam C2090-541 DB2 9.7 DBA for Linux UNIX and Windows Version: 6.1 [ Total Questions: 102 ] Question No : 1 Which list of automatic maintenance parameters can have a policy defined to specify

More information

Tuning DBM and DB Configuration Parameters

Tuning DBM and DB Configuration Parameters DB2 for Linux, UNIX, Windows Tuning DBM and DB Configuration Parameters Philip K. Gunning DB2 Master Practitioner Gunning Technology Solutions, LLC 21 September 2005 DB2 is a registered trademark of IBM

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

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

DB2 Performance Essentials

DB2 Performance Essentials DB2 Performance Essentials Philip K. Gunning Certified Advanced DB2 Expert Consultant, Lecturer, Author DISCLAIMER This material references numerous hardware and software products by their trade names.

More information

DB2 9 DBA exam 731 prep, Part 7: High availability: Split mirroring and HADR

DB2 9 DBA exam 731 prep, Part 7: High availability: Split mirroring and HADR DB2 9 DBA exam 731 prep, Part 7: High availability: Split mirroring and HADR Skill Level: Intermediate Michael Dang (dangm@ca.ibm.com) DB2 Database Administrator IBM Sylvia Qi (sylviaq@ca.ibm.com) WebSphere

More information

BrainDumps.C _108.Questions

BrainDumps.C _108.Questions BrainDumps.C2090-614_108.Questions Number: C2090-614 Passing Score: 800 Time Limit: 120 min File Version: 12.05 http://www.gratisexam.com/ I have correct many of questions answers. If there is any more

More information

The Oracle DBMS Architecture: A Technical Introduction

The Oracle DBMS Architecture: A Technical Introduction BY DANIEL D. KITAY The Oracle DBMS Architecture: A Technical Introduction As more and more database and system administrators support multiple DBMSes, it s important to understand the architecture of the

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST \ http://www.pass4test.com We offer free update service for one year Exam : A2090-541 Title : Assessment: DB2 9.7 DBA for Linux UNIX and Windows Vendors : IBM Version : DEMO Get Latest & Valid

More information

KillTest. 半年免费更新服务

KillTest.   半年免费更新服务 KillTest 质量更高 服务更好 学习资料 http://www.killtest.cn 半年免费更新服务 Exam : 000-731 Title : DB2 9 DBA for Linux,UNIX and Windows Version : DEMO 1 / 5 1.A database administrator has HADR enabled and wants to do a LOAD

More information

DB2 V8.1 for Linux, UNIX, and Windows Database Administration Certification: Backup and Recovery

DB2 V8.1 for Linux, UNIX, and Windows Database Administration Certification: Backup and Recovery DB2 V8.1 for Linux, UNIX, and Windows Database Administration Certification: Get ready for the exam Skill Level: Introductory Raul F. Chong (rfchong@ca.ibm.com) Database Consultant IBM 20 May 2003 This

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

Solving the DB2 Database Administration Dilemma

Solving the DB2 Database Administration Dilemma Solving the DB2 Database Administration Dilemma Randy Goering DST Systems Inc. rmgoering@gmail.com Session Code D12 May 13, 2010 2:45 PM 3:45 PM Platform DB2 9 for Linux, UNIX, Windows Abstract As a DB2

More information

IBM DB Getting started with DB2 Hands-on Lab. Information Management Cloud Computing Center of Competence. IBM Canada Lab

IBM DB Getting started with DB2 Hands-on Lab. Information Management Cloud Computing Center of Competence. IBM Canada Lab IBM DB2 9.7 Getting started with DB2 Hands-on Lab I Information Management Cloud Computing Center of Competence IBM Canada Lab Contents CONTENTS...2 1. INTRODUCTION...3 2. OBJECTIVES...3 3. SUGGESTED READING...3

More information

Exam Questions P

Exam Questions P Exam Questions P2090-054 IBM Information Management DB2 10.5 purescale Technical Mastery Test v3 https://www.2passeasy.com/dumps/p2090-054/ 1. Which of the following memory heaps is NOT configurable on

More information

DB2 9 DBA exam 731 prep, Part 6: High availability: Backup and recovery

DB2 9 DBA exam 731 prep, Part 6: High availability: Backup and recovery DB2 9 DBA exam 731 prep, Part 6: High availability: Backup and recovery Skill Level: Intermediate Sylvia Qi (sylviaq@ca.ibm.com) WebSphere Application Server Function Verification Tester IBM Toronto Lab

More information

Deep Dive Into Storage Optimization When And How To Use Adaptive Compression. Thomas Fanghaenel IBM Bill Minor IBM

Deep Dive Into Storage Optimization When And How To Use Adaptive Compression. Thomas Fanghaenel IBM Bill Minor IBM Deep Dive Into Storage Optimization When And How To Use Adaptive Compression Thomas Fanghaenel IBM Bill Minor IBM Agenda Recap: Compression in DB2 9 for Linux, Unix and Windows New in DB2 10 for Linux,

More information

SAP8 Database Administration

SAP8 Database Administration Andre Faustmann, Michael Greulich, Andre Siegling, Benjamin Wegener, and Ronny Zimmermann SAP8 Database Administration with IBM* DB2* a ^. Galileo Press Bonn Boston Foreword 15 Acknowledgments 17 1.1 Who

More information

Chapter 3: Database Components

Chapter 3: Database Components 3. Database Components 3-1 DBA Certification Course (Summer 2008) Chapter 3: Database Components Tablespaces Buffer Pools Schemas Catalog 3. Database Components 3-2 Objectives After completing this chapter,

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

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE

ORACLE 11gR2 DBA. by Mr. Akal Singh ( Oracle Certified Master ) COURSE CONTENT. INTRODUCTION to ORACLE ORACLE 11gR2 DBA by Mr. Akal Singh ( Oracle Certified Master ) INTRODUCTION to ORACLE COURSE CONTENT Exploring the Oracle Database Architecture List the major architectural components of Oracle Database

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

Working with Databases and Database Objects - Answers

Working with Databases and Database Objects - Answers Working with Databases and Database Objects - Answers 44. The correct answer is D. In order to access a remote database from a client workstation, the database must be cataloged in the system database

More information

IBM DB DBA for LUW Upgrade from DB2 10.1

IBM DB DBA for LUW Upgrade from DB2 10.1 IBM DB2 10.5 DBA for LUW Upgrade from DB2 10.1 Dumps Available Here at: /ibm-exam/c2090-311-dumps.html Enrolling now you will get access to 30 questions in a unique set of C2090-311 dumps Question 1 An

More information

DB2 Connect for DBAs. Frank C. Fillmore, Jr. Baltimore/Washington DB2 Users Group

DB2 Connect for DBAs. Frank C. Fillmore, Jr. Baltimore/Washington DB2 Users Group DB2 Connect for DBAs Frank C. Fillmore, Jr. Baltimore/Washington DB2 Users Group September 9, 2009 Agenda Architecture Configuration Performance and Monitoring Tooling Cool things I didn t know Case Studies

More information

Lesson 4 Transcript: DB2 Architecture

Lesson 4 Transcript: DB2 Architecture Lesson 4 Transcript: DB2 Architecture Slide 1: Cover Welcome to Lesson 4 of the DB2 on campus series. Today we are going to talk about the DB2 architecture. My name is Raul Chong and I am the DB2 on Campus

More information

Oracle Architectural Components

Oracle Architectural Components Oracle Architectural Components Date: 14.10.2009 Instructor: Sl. Dr. Ing. Ciprian Dobre 1 Overview of Primary Components User process Shared Pool Instance SGA Server process PGA Library Cache Data Dictionary

More information

Lesson 9 Transcript: Backup and Recovery

Lesson 9 Transcript: Backup and Recovery Lesson 9 Transcript: Backup and Recovery Slide 1: Cover Welcome to lesson 9 of the DB2 on Campus Lecture Series. We are going to talk in this presentation about database logging and backup and recovery.

More information

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI)

Explore the Oracle 10g database architecture. Install software with the Oracle Universal Installer (OUI) Oracle DBA (10g, 11g) Training Course Content Introduction (Database Architecture) Describe course objectives Explore the Oracle 10g database architecture Installing the Oracle Database Software Explain

More information

Oracle Database 11g for Experienced 9i Database Administrators

Oracle Database 11g for Experienced 9i Database Administrators Oracle Database 11g for Experienced 9i Database Administrators 5 days Oracle Database 11g for Experienced 9i Database Administrators Course Overview The course will give experienced Oracle 9i database

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

B. UPDATE DB CFG FOR sample USING LOOCKLIST 8192 AUTOMATIC IMMEDIATE

B. UPDATE DB CFG FOR sample USING LOOCKLIST 8192 AUTOMATIC IMMEDIATE Volume: 60 Questions Question No: 1 Assuming no database connections exist, which of the following will dynamically change the LOCKLIST database configuration parameter for a database named SAMPLE to AUTOMATIC?

More information

IBM EXAM - C DB DBA for Linux, UNIX, and Windows. Buy Full Product.

IBM EXAM - C DB DBA for Linux, UNIX, and Windows. Buy Full Product. IBM EXAM - C2090-611 DB2 10.1 DBA for Linux, UNIX, and Windows Buy Full Product http://www.examskey.com/c2090-611.html Examskey IBM C2090-611 exam demo product is here for you to test the quality of the

More information

DumpsKing. Latest exam dumps & reliable dumps VCE & valid certification king

DumpsKing.   Latest exam dumps & reliable dumps VCE & valid certification king DumpsKing http://www.dumpsking.com Latest exam dumps & reliable dumps VCE & valid certification king Exam : 1z1-062 Title : Oracle Database 12c: Installation and Administration Vendor : Oracle Version

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

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

Managing Log files With a User Exit Program

Managing Log files With a User Exit Program 284 Chapter 4: High Availability and Diagnostics the primary database. (New logs from the primary database can be retrieved and applied to the copy of the database at any time.) The standby copy of the

More information

DB2 self-tuning memory manager log parser

DB2 self-tuning memory manager log parser Skill Level: Intermediate Askari Naqvi (askarin@ca.ibm.com) Software Development Analyst IBM Christian Garcia-Arellano (cmgarcia@ca.ibm.com) Software Developer IBM Haysam Alsayed (halsayed@ca.ibm.com)

More information

Lesson 2 Transcript: Part 2 of 2 - The DB2 Environment

Lesson 2 Transcript: Part 2 of 2 - The DB2 Environment Lesson 2 Transcript: Part 2 of 2 - The DB2 Environment Slide 1: Cover Welcome to Lesson 2 of the DB2 on Campus lecture series. Today we're talking about the DB2 environment, and this is part 2 of 2 parts.

More information

IBM DB2 at UW. David Toman. University of Waterloo. (a mini-tutorial)

IBM DB2 at UW. David Toman. University of Waterloo. (a mini-tutorial) IBM DB2 at UW (a mini-tutorial) by David Toman LIST OF SLIDES 1-1 List of Slides 1 2 DB2: what is it? 3 First Steps 4 First Steps (example) 5 Commecting to a Database 6 Excuting Queries 7 What tables are

More information

DB2 - DATABASES. This chapter describes creating, activating and deactivating the databases with the associated syntax.

DB2 - DATABASES. This chapter describes creating, activating and deactivating the databases with the associated syntax. http://www.tutorialspoint.com/db2/db2_databases.htm DB2 - DATABASES Copyright tutorialspoint.com This chapter describes creating, activating and deactivating the databases with the associated syntax. Database

More information

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved.

Configuring the Oracle Network Environment. Copyright 2009, Oracle. All rights reserved. Configuring the Oracle Network Environment Objectives After completing this lesson, you should be able to: Use Enterprise Manager to: Create additional listeners Create Oracle Net Service aliases Configure

More information

Question No : 1 Which three statements are true regarding persistent lightweight jobs? (Choose three.)

Question No : 1 Which three statements are true regarding persistent lightweight jobs? (Choose three.) Volume: 183 Questions Question No : 1 Which three statements are true regarding persistent lightweight jobs? (Choose three.) A. The user cannot set privileges on persistent lightweight jobs. B. The use

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

Database Administration Using the DBA Cockpit: IBM DB2 for Linux, UNIX, and Windows

Database Administration Using the DBA Cockpit: IBM DB2 for Linux, UNIX, and Windows Database Administration Guide Database Administration Using the DBA Cockpit: IBM DB2 for Linux, UNIX, and Windows For SAP Systems based on SAP Enhancement Package 1 for SAP NetWeaver 7.0 Document Version

More information

Oracle Database 11g: New Features for Administrators Release 2

Oracle Database 11g: New Features for Administrators Release 2 Oracle University Contact Us: 0845 777 7711 Oracle Database 11g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course gives you the opportunity to learn about and

More information

Oracle Database 10g: New Features for Administrators Release 2

Oracle Database 10g: New Features for Administrators Release 2 Oracle University Contact Us: +27 (0)11 319-4111 Oracle Database 10g: New Features for Administrators Release 2 Duration: 5 Days What you will learn This course introduces students to the new features

More information

Oracle Database 11g: SQL Fundamentals I

Oracle Database 11g: SQL Fundamentals I Oracle Database SQL Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-051 Exam Title: Oracle Database 11g: SQL Fundamentals I Exam Number: 1Z0-071 Exam Title: Oracle Database SQL Oracle and Structured

More information

Oracle Database 11g: Administration I

Oracle Database 11g: Administration I Oracle 1z0-052 Oracle Database 11g: Administration I Version: 7.0 Topic 1, Volume A Oracle 1z0-052 Exam QUESTION NO: 1 You notice that the performance of the database has degraded because of frequent checkpoints.

More information

PASS4TEST. IT Certification Guaranteed, The Easy Way! We offer free update service for one year

PASS4TEST. IT Certification Guaranteed, The Easy Way!   We offer free update service for one year PASS4TEST IT Certification Guaranteed, The Easy Way! \ http://www.pass4test.com We offer free update service for one year Exam : C2090-546 Title : DB2 9.7 Database Administrator for Linux UNIX or Windows

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

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

IBM Exam DB Advanced DBA for Linux UNIX and Windows Version: 6.0 [ Total Questions: 108 ]

IBM Exam DB Advanced DBA for Linux UNIX and Windows Version: 6.0 [ Total Questions: 108 ] s@lm@n IBM Exam 000-614 DB2 10.1 Advanced DBA for Linux UNIX and Windows Version: 6.0 [ Total Questions: 108 ] Topic 1, Volume A IBM 000-614 : Practice Test Question No : 1 - (Topic 1) Which constraints

More information

IBM DB Advanced DBA for Linux UNIX and Windows.

IBM DB Advanced DBA for Linux UNIX and Windows. IBM 000-614 DB2 10.1 Advanced DBA for Linux UNIX and Windows http://killexams.com/exam-detail/000-614 QUESTION: 98 Which Workload Manager (WLM) objects can the COLLECT ACTIVITY DATA clause be used with?

More information

Db2 9.7 Create Table If Not Exists >>>CLICK HERE<<<

Db2 9.7 Create Table If Not Exists >>>CLICK HERE<<< Db2 9.7 Create Table If Not Exists The Explain tables capture access plans when the Explain facility is activated. You can create them using one of the following methods: for static SQL, The SYSTOOLS schema

More information

Best Practices. Minimizing Planned Outages. IBM DB2 for Linux, UNIX, and Windows

Best Practices. Minimizing Planned Outages. IBM DB2 for Linux, UNIX, and Windows IBM DB2 for Linux, UNIX, and Windows Best Practices Minimizing Planned Outages Matthew Huras DB2 LUW Kernel Chief Architect Chris Eaton DB2 Technical Evangelist Jens Seifert DB2 / SAP Development Rob Causley

More information

Create A Private Database Link In Another Schema In Oracle 11g Drop >>>CLICK HERE<<<

Create A Private Database Link In Another Schema In Oracle 11g Drop >>>CLICK HERE<<< Create A Private Database Link In Another Schema In Oracle 11g Drop Posts about create database link in another schema written by John Hallas. 11g new features 12c new features addm ASM Blogroll Grid control

More information

750 Index Authorities, 306 Authorization: levels of, 306 tasks and required authorizations, Autocommit option in DB2 CLP, 477 AUTOCONFIGURE co

750 Index Authorities, 306 Authorization: levels of, 306 tasks and required authorizations, Autocommit option in DB2 CLP, 477 AUTOCONFIGURE co Index A Active Directory Users and Computer Management Console, 314, 325, 326 Active logs, 152, 171 ADD DATABASE PARTITION GROUP option, ALTER BUFFERPOOL statement, 90 ADD DBPARTITIONNUM, 59 ADD option,

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

Symbols.NET Provider Support 772

Symbols.NET Provider Support 772 Index Symbols.NET Provider Support 772 A access path 710 access plan 710, 779 Administration notification logs 744 Advanced SQL 343 alias 298, 301, 822 824 Analyzing Data s Physical Organization REORGCHK

More information

DB2. Migration Guide. DB2 Version 9 GC

DB2. Migration Guide. DB2 Version 9 GC DB2 DB2 Version 9 for Linux, UNIX, and Windows Migration Guide GC10-4237-00 DB2 DB2 Version 9 for Linux, UNIX, and Windows Migration Guide GC10-4237-00 Before using this information and the product it

More information

Compellent Storage Center

Compellent Storage Center Compellent Corporate Office Compellent Technologies 7625 Smetana Lane Eden Prairie, Minnesota 55344 www.compellent.com Contents Contents... 2 Preface... 3 Scope... 3 Audience... 3 Customer Support... 3

More information

ORACLE DBA TRAINING IN BANGALORE

ORACLE DBA TRAINING IN BANGALORE ORACLE DBA TRAINING IN BANGALORE TIB ACADEMY #5/3 BEML LAYOUT, VARATHUR MAIN ROAD KUNDALAHALLI GATE, BANGALORE 560066 PH: +91-9513332301/2302 WWW.TRAININGINBANGALORE.COM Oracle DBA Training Syllabus Introduction

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

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

ORANET- Course Contents

ORANET- Course Contents ORANET- Course Contents 1. Oracle 11g SQL Fundamental-l 2. Oracle 11g Administration-l 3. Oracle 11g Administration-ll Oracle 11g Structure Query Language Fundamental-l (SQL) This Intro to SQL training

More information

Quest Central for DB2

Quest Central for DB2 Quest Central for DB2 INTEGRATED DATABASE MANAGEMENT TOOLS Supports DB2 running on Windows, Unix, OS/2, OS/390 and z/os Integrated database management components are designed for superior functionality

More information

Oracle Database 11g: New Features for Oracle 9i DBAs

Oracle Database 11g: New Features for Oracle 9i DBAs Oracle University Contact Us: 1.800.529.0165 Oracle Database 11g: New Features for Oracle 9i DBAs Duration: 5 Days What you will learn This course introduces students to the new features of Oracle Database

More information

Oracle12c Release 1 New Features for Administrators (5 Days)

Oracle12c Release 1 New Features for Administrators (5 Days) www.peaklearningllc.com Oracle12c Release 1 New Features for Administrators (5 Days) Course Description This course provides a complete, hands-on introduction to the newest release of Oracle Enterprise

More information

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals

Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Exam 1Z0-061 Oracle Database 12c: SQL Fundamentals Description The SQL Fundamentals exam is intended to verify that certification candidates have a basic understanding of the SQL language. It covers the

More information

Oracle. 1z Oracle Database 11g- New Features for Administrators.

Oracle. 1z Oracle Database 11g- New Features for Administrators. Oracle 1z1-050 Oracle Database 11g- New Features for Administrators http://killexams.com/exam-detail/1z1-050 DEMO Find some pages taken from full version Following pages are for demo purpose only. Demo

More information

Oracle Database 11g: New Features for Administrators DBA Release 2

Oracle Database 11g: New Features for Administrators DBA Release 2 Oracle Database 11g: New Features for Administrators DBA Release 2 Duration: 5 Days What you will learn This Oracle Database 11g: New Features for Administrators DBA Release 2 training explores new change

More information

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours

Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours Oracle Database 10g : Administration Workshop II (Release 2) Course 36 Contact Hours What you will learn This course advances your success as an Oracle professional in the area of database administration.

More information

1 of 8 14/12/2013 11:51 Tuning long-running processes Contents 1. Reduce the database size 2. Balancing the hardware resources 3. Specifying initial DB2 database settings 4. Specifying initial Oracle database

More information

Exam Prep Seminar Package: Oracle Database 12c Administrator Certified Associate

Exam Prep Seminar Package: Oracle Database 12c Administrator Certified Associate Oracle University Contact Us: +27 (0)11 319-4111 Exam Prep Seminar Package: Oracle Database 12c Administrator Certified Associate Duration: 1 Day What you will learn This package provides everything an

More information

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX

KillTest *KIJGT 3WCNKV[ $GVVGT 5GTXKEG Q&A NZZV ]]] QORRZKYZ IUS =K ULLKX LXKK [VJGZK YKX\OIK LUX UTK _KGX KillTest Q&A Exam : 000-704 Title : db2 udb v8.1 advanced db admin for linux,unix+windwos Version : DEMO 1 / 5 1.Which of the following database configuration parameters must be set to allow automatic

More information

Oracle DBA workshop I

Oracle DBA workshop I Complete DBA(Oracle 11G DBA +MySQL DBA+Amazon AWS) Oracle DBA workshop I Exploring the Oracle Database Architecture Oracle Database Architecture Overview Oracle ASM Architecture Overview Process Architecture

More information

WebSphere/DB2 Connect: Dive into connection pools

WebSphere/DB2 Connect: Dive into connection pools H12 WebSphere/DB2 Connect: Dive into connection pools Jim Knisley Fifth Third Bank Thursday, May 11, 2006 08:30 a.m. 09:40 a.m. Platform: DB2 z/os and DB2 LUW 1 Session H12 WebSphere/DB2 Connect: Dive

More information

Oracle. Exam Questions 1Z Oracle Database 11g: Administration I. Version:Demo

Oracle. Exam Questions 1Z Oracle Database 11g: Administration I. Version:Demo Oracle Exam Questions 1Z0-052 Oracle Database 11g: Administration I Version:Demo 1. You notice that the performance of the database has degraded because of frequent checkpoints. Which two actions resolve

More information

Course Contents of ORACLE 9i

Course Contents of ORACLE 9i Overview of Oracle9i Server Architecture Course Contents of ORACLE 9i Responsibilities of a DBA Changing DBA Environments What is an Oracle Server? Oracle Versioning Server Architectural Overview Operating

More information

Learning Objectives : This chapter provides an introduction to performance tuning scenarios and its tools.

Learning Objectives : This chapter provides an introduction to performance tuning scenarios and its tools. Oracle Performance Tuning Oracle Performance Tuning DB Oracle Wait Category Wait AWR Cloud Controller Share Pool Tuning 12C Feature RAC Server Pool.1 New Feature in 12c.2.3 Basic Tuning Tools Learning

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