Home > Computing and Information Technology > Computer certification > DB2 Universal Database v7.1 for UNIX, Linux, Windows and OS/2 Database Administration Certification Guide
DB2 Universal Database v7.1 for UNIX, Linux, Windows and OS/2 Database Administration Certification Guide

DB2 Universal Database v7.1 for UNIX, Linux, Windows and OS/2 Database Administration Certification Guide

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

Straight from IBM, this is the only book to offer complete, start-to-finish coverage of DB2 Universal Database V7.1 administration and development for UNIX, Linux, Windows, and OS/2 platforms. It's also the only book to offer authoritative preparation for IBM's latest DB2 certification exam. This definitive reference and self-study guide covers every aspect of deploying and managing DB2 Universal Database V7.1, including: database design for optimal performance, availability, and recoverability; day-to-day administration and backup; comparing, selecting, and using appropriate DB2 programming techniques; deploying networked and Internet-centered database applications; migrating to DB2 UDB from other databases or earlier versions of DB2; and much more. The book contains an extensive collection of IBM's most useful tips and tricks, designed to save DBAs and developers time and money -- while at the same time optimizing database performance and availability. For all DB2 system administrators, DBAs, database designers, and for anyone seeking IBM DB2 Certification.

Table of Contents:
I. INTRODUCTION TO DB2 UDB. 1. Product Overview. DB2 and e-business. DB2 Universal Database. DB2 Enterprise Edition. DB2 Workgroup Edition. DB2 Enterprise - Extended Edition. DB2 Personal Edition. DB2 Satellite Edition. DB2 Everyplace. DB2 Connectivity. DB2 Universal Database Clients. DB2 Connect. DB2 Replication. DB2 Net.Data. DB2 Relational Connect. DB2 DataJoiner. IBM WebSphere Application Server. DB2 Application Development. DB2 Universal Developer's Edition. DB2 Stored Procedure Builder. DB2 Relational Extenders. DB2 OLAP Server Starter Kit. DB2 Data Warehouse Center. DB2 Warehouse Manager. DB2 Data Links Manager. DB2 Administration. Control Center. Other Tools Available from the Control Center. Wizards. The Command Line Processor (CLP). Visual Explain. Summary. 2. Getting Started. Product Installation. Windows and OS/2 Installation. UNIX and Linux Installation. DB2 Client Installation. Distributed Installation. The DB2 Environment. DB2 Profile Registry. Environment Variables. Using the Command Line Processor. DAS and DB2 Instances. DB2 Administration Server (DAS) Instance. DB2 Instances. Using First Steps. Summary. 3. Getting Connected. Roadmap to Distributed Communications. DB2 Discovery. Automated Configuration Using Discovery. Automated Configuration Using Access Profiles. Manual Configuration. DB2 Directories. Examining DB2 Directories. Configuring DB2 Clients. Automated Configuration Using Discovery. Using Access Profiles. Manual Configuration. Summary of Configuring Connections. Configuring Communications. Configuring the DB2 Instance for Communications. Configuring the DAS Instance. Configuring DB2 Discovery. Binding Utilities. Binding Utilities Using the CCA. Instance Administration. Local Instance Administration. Attaching to an Instance Using the Control Center. Summary. 4. Controlling Data Access. Security. Overview of Security. Authentication. Authorities and Privileges. Windows NT/2000 Considerations. Auditing. Summary. II. USING SQL. 5. Database Objects. Understanding Database Objects. Data Types. Tables. Schemas. Table Spaces. Views. Indexes. Packages. Buffer Pools. Transactions. Locks. Log Files. Creating a DB2 Database. Managing Database Objects. Using SQL Data Definition Language (DDL). Data Types. Tables. Views. ZIndexes. Database Design and Implementation. DB2CERT Database Table Descriptions. Define User-Defined Data Types. Defining Columns. Keys. Defining Primary Keys. Defining Unique Keys. Defining Foreign Keys. Summary. 6. Manipulating Database Objects. Data Retrieval. Retrieving the Entire Table. Projecting Columns from a Table. Changing the Order of the Columns. Restricting Rows from a Table. Predicate Evaluation for UDTs. Restricting Rows Using Multiple Conditions. Selecting Columns from Multiple Tables. Using Correlation Names. Sorting Your Output. Derived Columns. DB2 Functions. Grouping Values. Eliminating Duplicates. Searching for String Patterns. Searching for Data in Ranges. Searching for Null Values. Searching for Negative Conditions. Searching for a Set of Values. Sub-Queries. Quantified Predicates. Case Expressions. Nested Table Expressions. Scalar Fullselect. Common Table Expressions. Set Operators. Data Modification. Inserting Data Records. Updating Data Records. Removing Data. View Classification. Deletable Views. Updatable Views. Insertable Views. Read-Only Views. Inoperative Views. Summary. 7. Advanced SQL. Triggers. Trigger Usage. Trigger Activation. Trigger Example (After Trigger). Trigger Example (Before Trigger). Recursive SQL. Outer Join. Left Outer Join. Right Outer Join. Full Outer Join. Combining Outer Joins. OLAP Features. STAR Schemas. OLAP Indexes. STAR Joins. Super Grouping. Moving Functions. Advanced CASE Expressions. Using CASE Expressions to Group Values. Using CASE Expressions in Functions. Structured Types and Typed Tables. Creating Structured Types. Altering Structured Types. Creating Typed Tables. Dropping Typed Tables. Inserting Rows into a Typed Table. Selecting a Row from a Typed Table. Updating and Deleting Rows from Typed Tables. Physical Implementation of Typed Tables. Reference Columns. View Hierarchies. SQL Functions for Typed Tables and Typed Views. TYPE Predicate. Considerations When Using Typed Tables and Views. Examples of a Typed Table Hierarchy. Summary Tables. Creating a Summary Table. CURRENT REFRESH AGE Special Register. Considerations of Using Summary Tables. System Catalog Information for Summary Tables. Summary. 8. Concurrency. Concurrency. Concurrency Considerations. Isolation Levels. Uncommitted Read. Cursor Stability. Read Stability. Repeatable Read. Choosing an Isolation Level. Locking. Lock Attributes. Lock Conversion. Lock Escalation. Lock Wait Behavior. Lock Table Statement. LOCKSIZE parameter of ALTER TABLE statement. Summary. III. DB2 UDB ADMINISTRATION. 9. Data Storage Management. Processor, Memory, and Disk Resources. Processors. Memory. Disk. DB2 Storage Model. Buffer Pool. Table Spaces. Containers. Table Space Design. Regular Table Space. Long Table Space. System Temporary Table Space. Extentsize. Pagesize. Performance Considerations. Long Field Data. Large Object Data. Implementation Examples. Creating a Database. Creating Buffer Pools. Creating Table Spaces. Creating Tables. Dropping Table Spaces. Dropping Buffer Pools. Dropping a Database. Creating Table Spaces Using the Control Center. Table Space Maintenance. Database Files. Listing Table Spaces. Listing Table Space Containers. Table Space States. System Catalog Information About Table Spaces. Adding Containers to DMS Table Spaces. Summary. 10. Maintaining Data. Moving Data. Delimited ASCII Files. Non-Delimited ASCII Files. PC/IXF Files. Worksheet Format Files. Data Movement Utilities. The Export Utility. The IMPORT Utility. The Load Utility. The LOAD QUERY Command. The SET INTEGRITY Statement. The DB2MOVE Utility. The DB2LOOK Utility. Data Maintenance. Analyzing Data's Physical Organization. Table Reorganization. Generating Statistics. The Rebind Utility. Data Maintenance Process. Modeling a Production Environment. Summary. 11. Database Recovery. Database Recovery Concepts. Unit of Work. Transaction. Types of Recovery. Crash Recovery. Version Recovery. Roll-Forward Recovery. Recovery Strategies. Recoverable and Nonrecoverable Databases. Online and Offline Access. Use of Log Files. Log Buffers. Primary and Secondary Log Files. Types of Logging. Log File Usage. Version Recovery Using Backup and Restore. Roll-Forward Recovery. Managing Log Files. Other Recovery Considerations. Summary. 12. Monitoring and Tuning. Elements of Performance. Tuning Guidelines. Performance Improvement Process. How Much Can a System Be Tuned? A Less-Formal Approach. DB2 Architecture Overview. Process Model. Query Parallelism. DB2 Memory Usage. SQL Compiler Overview. DB2 Sorting Methods. Database Monitoring. Obtaining Database Access Information. Database Monitors. Snapshot Monitoring. Event Monitoring. Visual Performance Monitors. DB2 Governor. SQL Monitoring. Explain Tables. Gathering Explain Data. Examining Explain Data. Guidelines on Using Explain Output. Index Advisor Facility. Configuring Database Resources. Configuring Intra-Partition Parallelism. Performance Tuning Scenario. Diagnostics and Problem Determination. Error Messages and SQL Codes. Tracing Problems in DB2 Universal Database. Summary. IV. DEVELOPING APPLICATIONS. 13. Application Development Overview. DB2 Application Development Environment. Software Requirements. DB2 Programming Interfaces. Embedded SQL. Call Level Interface and ODBC. Java Interfaces (JDBC and SQLJ). Native DB2 APIs. Microsoft Data Objects (DAO, RDO, ADO, OLE-DB). Other Interfaces and Tools. Summary. 14. Development Considerations. Embedded SQL Overview. Creating Packages. Binding Applications. Support for CLI and ODBC Programming. Embedded Dynamic Versus Call Level Interface. ODBC Versus CLI. Setting Up the CLI Environment. Support For Java Programming. JDBC Programming. SQLJ Programming. Stored Procedure Builder. Summary. 15. Development SQL. User-Defined Functions. SQL-Bodied Scalar Functions. SQL-Bodied Table Functions. Structured Datatypes. Schemas and Aliases. Schema. Alias. COMMIT and ROLLBACK. Summary. V. APPENDICES. DB2 UDB V. Certification Test Objectives. DB2 Family Fundamentals (512). DB2 for OS/2, Windows, and UNIX Database Administration (513). Sample Questions (Fundamentals - Exam 512). Sample Questions (Administration - Exam 513). Answers. CD-ROM Installation. DB2DEMO. Index.


Best Sellers


Product Details
  • ISBN-13: 9780130913661
  • Publisher: Pearson Education (US)
  • Publisher Imprint: IBM Press
  • Height: 235 mm
  • No of Pages: 832
  • Weight: 1189 gr
  • ISBN-10: 0130913669
  • Publisher Date: 09 Nov 2000
  • Binding: SA
  • Language: English
  • Spine Width: 30 mm
  • Width: 235 mm


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
DB2 Universal Database v7.1 for UNIX, Linux, Windows and OS/2 Database Administration Certification Guide
Pearson Education (US) -
DB2 Universal Database v7.1 for UNIX, Linux, Windows and OS/2 Database Administration Certification Guide
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

DB2 Universal Database v7.1 for UNIX, Linux, Windows and OS/2 Database Administration Certification Guide

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals

    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA