DB2 Express : Easy Development and Administration
暫譯: DB2 Express:簡易開發與管理

Paul Yip, Kit Man Cheung, Jason Gartner, Clara Liu, Stephen O'Connell

  • 出版商: Prentice Hall
  • 出版日期: 2004-10-08
  • 售價: $2,200
  • 貴賓價: 9.5$2,090
  • 語言: 英文
  • 頁數: 496
  • 裝訂: Hardcover
  • ISBN: 0131463977
  • ISBN-13: 9780131463974
  • 已絕版

買這商品的人也買了...

相關主題

商品描述

Table of Contents:

Dedication and Acknowledgments.

Foreword.

DB2 Express Book Web Site.

1. Introduction.

      About This Book.

      Who Should Read This Book.

        What Is DB2 Express?

      What’s Cool about DB2 Express v8.2.

      Learning Objectives.

      Book Conventions.

        Book Web Site 7

2. Getting Started.

      Introduction.

      Installing DB2 Express.

      First Steps.

        DB2 Graphical Tools.

      Creating a Database.

      DB2 Command Editor.

      DB2 Information Center.

        Supplemental: Installing DB2 Clients from a Server CD.

      Summary.

3. The L8NITE Database Application.

      Introduction.

        Late Night Convenience Store Requirements

      The Data Model.

      The Point-of-Sale Application Interface.

      Summary.

4. Database Objects.

      Introduction.

      Schemas.

        Data Types.

      Tables.

      Retrieving Data from the Database.

      Table Relationships.

        Views.

      Indexes.

      Supplemental.

      Altering the Definition of a Table.

        Summary.

      Chapter Exercises.

5. Visual Basic .NET Application Development.

      Introduction.

      What Are .NET and ADO.NET?

        .NET Support in DB2.

      A Tour of DB2 Tools in Visual Studio .NET 2003.

      Getting Started with the L8NITE Application.

      Adding the DB2 .NET Data Provider Reference.

        Establishing a Database Connection.

      Executing Queries.

      Displaying Data in the User Interface.

      Making Changes to Data in the Database.

        Learning More about DataSet, DataTable, and DataRow.

      Controlling a Transaction.

      Catching Errors with Exception Handlers.

      Troubleshooting Using DB2 CLI Tracing.

        Summary.

      Exercises.

6. Java Application Development.

      Introduction.

      Why Java?

      JDBC in DB2.

        Designing a Java Application.

      Building the Application Using JDBC.

      Retrieving Data Using SQLJ.

      Online Resources.

        Summary.

      Exercises.

7. Maximizing Concurrency.

      Introduction.

        Transactions.

      DB2’s Concurrency Model.

      Transaction Design.

      Improving the User Experience.

        Summary.

      Exercises.

8. Working with Functions, Stored Procedures, and Triggers.

      Introduction.

      The DB2 Development Center.

        User-Defined Functions.

      Stored Procedures.

      Triggers.

      Supplemental: Creating UDFs, Stored Procedures, and Triggers Using VS.NET.

        Summary.

      Exercises.

9. Working with Data.

      Introduction.

      The LOAD and IMPORT Utilities.

        Generating Sample Data.

      Generating Large Data Sets Using LOAD FROM CURSOR.

      Exporting Data.

      Importing DB2 Data into Spreadsheets.

        Creating Reports Using Microsoft Excel.

      Summary.

      Exercises.

10. Performance Tuning.

      Introduction.

        Performance Tuning.

      Optimizing Configuration Using the Configuration Advisor.

      Analyzing SQL Using Visual Explain.

      Optimizing SQL Performance with the Design Advisor.

        Summary.

      Chapter Exercises.

11. Implementing Security.

      Introduction.

        Database Users.

      Defining the SYSADM Authority.

      Application Users.

      Authentication and Authorization.

        Group Privileges.

      The PUBLIC Group.

      Authentication Modes.

      Data Encryption.

        Data Communications Encryption.

      Summary.

12. Deploying to Production.

        Introduction.

      Extracting DDL from the Database.

      Scripting.

        Important Deployment Considerations.

        Supplemental: Implementing Silent DB2 Installation.

      Summary.

13. Automating Maintenance in Production.

      Introduction.

        Database Operational View.

      Backups.

      Disaster Recovery.

      Database Log Management.

        Table Reorganization.

      Statistics.

      Notification and Contact List.

        Automating and Scheduling Maintenance.

        Health of the Database.

      Storage Management.

      Supplemental: High Availability and Disaster Recovery.

      Summary.

        Exercises.

14. Troubleshooting Tools.

        Introduction.

      Interpreting Error Codes.

      DB2 Defects and Applying FixPaks.

      The DB2 Administration Server.

        DB2 Journal.

      Activity Monitor.

      Diagnosing Locks.

      Event Monitors.

        Other Sources of Help.

      Summary.

Appendix A. Development Center.

      Introduction.

        Installing the DB2 Development Center.

      Using the Development Center for the First Time.

      Development Center Views.

      Customizing the Development Center.

        Running Procedures.

      Debugging Stored Procedures.

      Working with Projects.

      Summary.

Index.

商品描述(中文翻譯)

目錄:

致謝與感謝。

前言。

DB2 Express 書籍網站。

1. 介紹。
- 本書簡介。
- 讀者對象。
- DB2 Express 是什麼?
- DB2 Express v8.2 的亮點。
- 學習目標。
- 書籍慣例。
- 書籍網站。

2. 開始使用。
- 介紹。
- 安裝 DB2 Express。
- 第一個步驟。
- DB2 圖形工具。
- 創建資料庫。
- DB2 命令編輯器。
- DB2 資訊中心。
- 補充:從伺服器 CD 安裝 DB2 客戶端。
- 總結。

3. L8NITE 資料庫應用程式。
- 介紹。
- 深夜便利商店需求。
- 數據模型。
- 銷售點應用程式介面。
- 總結。

4. 資料庫物件。
- 介紹。
- 架構。
- 數據類型。
- 表格。
- 從資料庫檢索數據。
- 表格關係。
- 檢視。
- 索引。
- 補充。
- 修改表格定義。
- 總結。
- 章節練習。

5. Visual Basic .NET 應用程式開發。
- 介紹。
- .NET 和 ADO.NET 是什麼?
- DB2 中的 .NET 支援。
- 在 Visual Studio .NET 2003 中的 DB2 工具導覽。
- 開始使用 L8NITE 應用程式。
- 添加 DB2 .NET 數據提供者參考。
- 建立資料庫連接。
- 執行查詢。
- 在用戶介面中顯示數據。
- 對資料庫中的數據進行更改。
- 進一步了解 DataSet、DataTable 和 DataRow。
- 控制交易。
- 使用例外處理器捕獲錯誤。
- 使用 DB2 CLI 追蹤進行故障排除。
- 總結。
- 練習。

6. Java 應用程式開發。
- 介紹。
- 為什麼選擇 Java?
- DB2 中的 JDBC。
- 設計 Java 應用程式。
- 使用 JDBC 構建應用程式。
- 使用 SQLJ 檢索數據。
- 在線資源。
- 總結。
- 練習。

7. 最大化併發性。
- 介紹。
- 交易。
- DB2 的併發模型。
- 交易設計。
- 改善用戶體驗。
- 總結。
- 練習。

8. 使用函數、儲存過程和觸發器。
- 介紹。
- DB2 開發中心。
- 使用者定義函數。
- 儲存過程。
- 觸發器。
- 補充:使用 VS.NET 創建 UDF、儲存過程和觸發器。
- 總結。
- 練習。

9. 處理數據。
- 介紹。
- LOAD 和 IMPORT 工具。
- 生成示例數據。
- 使用 LOAD FROM CURSOR 生成大型數據集。
- 匯出數據。
- 將 DB2 數據導入電子表格。
- 使用 Microsoft Excel 創建報告。
- 總結。
- 練習。

10. 性能調優。
- 介紹。
- 性能調優。
- 使用配置顧問優化配置。
- 使用 Visual Explain 分析 SQL。