Practical Oracle 8i: Building Efficient Databases
暫譯: 實用 Oracle 8i:建立高效能資料庫

Jonathan Lewis

  • 出版商: Addison Wesley
  • 出版日期: 2000-12-28
  • 售價: $2,050
  • 貴賓價: 9.5$1,948
  • 語言: 英文
  • 頁數: 672
  • 裝訂: Paperback
  • ISBN: 0201715848
  • ISBN-13: 9780201715842
  • 相關分類: Oracle資料庫
  • 已絕版

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

相關主題

商品描述


Description

Design Oracle databases for maximum business value -- right from the start.

  • The real-world guide to Oracle database design: what works, what doesn't, and why!
  • A holistic view of Oracle: understand how key features interrelate to impact performance, scalability, and manageability.
  • Avoid the traps that cause so many Oracle projects to fail!
In this book, one of the world's leading Oracle database consultants covers the real-world design and development issues most Oracle books ignore! Jonathan Lewis presents powerful techniques -- and errors to avoid -- if you want to build databases that meet their objectives, stay on budget, scale to support growth, and are easy to manage. Jonathan Lewis focuses on helping database designers and developers answer two essential questions: "How should I think when designing an Oracle-based application? And, how can I select the most appropriate Oracle features for my application, taking into account their interrelationships?" Drawing upon fifteen years experience as an Oracle database designer and consultant, he delivers an intimate understanding of the Oracle database engine, and all the guidance you need to use its key features most effectively. Coverage includes: tables and tablespaces, indexing, temporary space, files, views, partitioning, lots, simple and collection objects, LOBs, integrity, PL/SQL, autonomous transactions, RLS, PQO and OPS, replication, fallback, and much more. For every Oracle database designer, developer, and manager; and for any professional called upon to maintain or optimize Oracle-based databases.

Jonathan Lewis, one of the UK's leading Oracle consultants, has spent the past 15 years helping people design and implement Oracle database systems -- and correcting mistakes made by the inappropriate use of Oracle technology.

Back to Top


Table Of Contents

Preface.
Why Another Book?
Who Is It For?
Which Version of Oracle?
What's in This Book?
What's Not in This Book?
The Framework of the Book.
Conventions Used in the Book.

Acknowledgments.
A Cautionary Tale.

I. OVERVIEW.

1. What Is Oracle?
Data, Undo, and Redo.
Data Change.
Uncommitted Data.
Committed Data.

Side Effects of Rollback.
Locating the Data.
Conclusion.

2. Why Do Projects Fail?
Ignoring the Technology.
Avoiding the Arithmetic.
Fudging the Prototype.
Confusing the Responsibilities.
Sharing the Database.
Conclusion.

3. How the Engine Works.
The I/O Trap.
Reading Data.
Changing Data.

Side Effects.
Conclusion.

4. Classifying Your Target.
Manual Transaction Processing.
Automatic Transaction Processing.
High Batch Throughput.
Data Warehouse.
The Internet Changes Everything.
Conclusion.

II. DATA STORAGE.


5. Making the Most of Tables.
Rebuilding the Data.
Packing the Data.
More Packing.
Dropping Columns.
Strategy.
Strategy.

Up-to-Date Statistics (Nearly).
Wide Tables.
Problems and Quirks.
Strategy Notes.

6. Basic Indexing.
B-Tree Indexing.
Updates to the Index.
Low-Level Processing.
Using the Index.

Bitmap Indexing.
Administration.
Problems and Quirks.
Strategy Notes.

7. Enhanced Indexing.
Compressed B-Trees.
Minimize Records per Block.
Descending Indexes.
Reverse Key Indexes.
Function-Based Indexes.
Built-in Functions.
User-Defined Functions.

Administration.
Rebuild.
Coalesce.
Statistics.
Rename.

Optimization.
Index Joins.
Star Transformations.
Problems and Quirks.
Strategy Notes.

8. Leveraging Tablespaces.
Tablespace Strategies.
Rollback Tablespaces.
Temporary Tablespaces.
Classification.

Locally Managed Tablespaces.
General Tablespace Management.
Transportable Tablespaces.
Tablespace Point-in-Time Recovery.
Problems and Quirks.
Strategy Notes.

9. Temporary Space.
Temporary Tablespaces.
So What's New in 8.1?
Temporary Files.

Temporary Tables.
Temporary LOBs.
Problems and Quirks.
Strategy Notes.

10. Files, Raw, and RAID.
Files or Raw.
The Management Issues.
The Performance Issue.
Archiving.
Conclusion.

RAID Levels.
RAID0.
RAID.
RAID 0/1 and RAID 1/0.
RAID.
Generic RAID.
Disk Cache.

Problems and Quirks.
Strategy Notes.

11. Views.
Basics of Views.
Views for Performance.
In-Line Views.
SORT_AREA_SIZE.
Rollover Views.

Views for Security.
Views for Functionality.
Views for Clarity.
Functions Returning Datasets.
Partition Access.
Analytical Functions and Others.

Updatable Join Views.
Simple Join Views.
In-Line Updatable Views.

Object Views.
A Farewell to Partitioned Views.
Problems and Quirks.
Strategy Notes.

12. Introducing Partitioning.
Partitioning Options.
How Does Range Partitioning Work?
How Does Hash Partitioning Work?
How Does Composite Partitioning Work?
Partitioning — General Points.
Multicolumn Partitioning.

Problems and Quirks.
Strategy Notes.

13. Using Partitioning.
Administration.
Dropping Partitions.
Tablespace Management.
Packing Tablespaces.
Data Loading.
Indexing Existing Tables.

Performance.
Range Partitions with Dates.
Hash Partitions and Composite Partitions.
Partition-wise Joins.
EXPLAINPLAN.
Statistics.
Partitions and Parallel Execution.

Problems and Quirks.
Strategy Notes.

14. Index-Organized Tables.
Basic IOTs.
Indexes on IOTs.
On-Line Moves.

Advanced IOTs.
LOBs, Varrays, and Nested Tables.
Partitioning.
Restrictions on IOT Partitions.

Problems and Quirks.
Strategy Notes.

15. Simple Objects.
Getting Started with Objects.
Objects and Relational Tables.
Object Tables.
Problems and Quirks.
Strategy Notes.

16. Collection Objects.
Varrays.
Tables.
Transient Collections.
A Cautionary Tale.
Problems and Quirks.
Strategy Notes.

17. Handling Large Objects.
Internal or External?
Why LOBs?
Working with LOBs.
Working with BFILEs.
The LOB Package — DBMS_LOB.
BFILEs.
Permanent LOBs.
Temporary LOBs.
Generic LOBs.

Problems and Quirks.
Strategy Notes.

18. Data Integrity.
Types of Constraints.
Primary Key.
Unique Key.
Foreign Key.
Check.
View.
Scope.
Partition Boundaries.

Using Constraints.
Adding Constraints.
Truncating Tables.
Loading Data.
Cascading Changes to Primary Key.

Data Warehouses and Constraints.
Triggers.
Audit Trail.
Problems and Quirks.
Strategy Notes.

III. DATA MANIPULATION.


19. PL/SQL.
What Is PL/SQL?
The Best Bits.
Native Dynamic SQL.
Array Processing.
Passing Result Sets into and out of Procedures.
Invoker Rights.

Supplied Packages.
Problems and Quirks.
Strategy Notes.

20. Autonomous Transactions.
Simple Autonomous Transactions.
Autonomous Triggers.
Sequence Numbers.
Who Is Locking My Row?
A Counter Example.
Problems and Quirks.
Strategy Notes.

21. Row-level Security.
Historic Implementations.
Security Policies.
Refining Row-level Security.
Problems and Quirks.
Strategy Notes.

22. Parallel Query and Parallel Server.
Parallel Server.
The IDLM.
PCM and Non-PCM.
PCM Locks and Data Locks.
Defining PCM Locks.
Avoiding Pinging.

Parallel Execution.
Problems and Quirks.
Parallel Server.
Parallel Query.

Strategy Notes.
Parallel Server.
Parallel Query.


23. Number Crunching.
Cube and Rollup.
Programming Solutions.
Expensive SQL.
Temporary Tables.

Enhancements in Version 8.1.5.
Rollup.
Cube.

Analytic Functions.
Miscellaneous.
Case Statements.
SAMPLE Clause.

Materialized Views.
Implementation.
Problems and Quirks.
Strategy Notes.

24. Fallback.
Choose Your Disaster.
Pick a Time Scale.
The 30-Second 100% Fail-over.
The Five-Minute 100% Fail-over.
Off-site 100% Fail-Over.
Clones at 99%.
Backups.
The Standby Database.
Recovery Manager.

Problems and Quirks.
Strategy Notes.

Appendix A: Feature Reference.
Standby Database.
Row-level Security.
Tablespace Management.
Transportable Tablespaces.
Temporary Tablespaces.
Temporary Tables.
PL/SQL.
Database Triggers.
Partitioning.
Autonomous Transactions.
Three-tier Applications.
Indexes.
LOBs.
Analytic Functions (Version 8.1.6).
LogMiner.
Replication.
Query Rewrite.
IOTs.
Integrity Constraints.
Parallel Execution.
JServer.

Appendix B: Tuning to 90%.
V$SQL — Recent SQL with Costs.
V$FILESTAT/V$TEMPSTAT.
V$SYSTEM_EVENT/V$SESSION_EVENT.
The X$ Files.
X$KCBFWAIT.
X$KSQST.

Helping the Developers.
Conclusion.

Appendix C: Testing to Destruction.
The Basis of Testing.
A Cautionary Tale.
Generating Data.
Validating the Results.
Execution Paths.
Events.
Database Dumps.

Conclusion.

Appendix D: Space Management.
The Block.
INITRANS and MAXTRANS.
PCTFREE and PCTUSED.
Choosing a Block Size.

The Extent.
The Segment.
The Tablespace.
The Disk Array.
Conclusion.

About the Author.
Index. 0201715848T04062001.


Back to Top

商品描述(中文翻譯)

設計 Oracle 資料庫以獲得最大的商業價值 -- 從一開始就正確。

- 這本書是 Oracle 資料庫設計的「實務」指南:什麼有效,什麼無效,以及為什麼!
- 從整體的角度看 Oracle:了解關鍵功能如何相互關聯以影響性能、可擴展性和可管理性。
- 避免導致許多 Oracle 專案失敗的陷阱!

在這本書中,全球領先的 Oracle 資料庫顧問之一,Jonathan Lewis,涵蓋了大多數 Oracle 書籍忽略的實務設計和開發問題!Jonathan Lewis 提出了強大的技術 -- 以及需要避免的錯誤 -- 如果你想建立符合目標、保持預算、可擴展以支持增長且易於管理的資料庫。Jonathan Lewis 專注於幫助資料庫設計師和開發人員回答兩個基本問題:'在設計基於 Oracle 的應用程式時,我應該如何「思考」?以及,如何選擇最適合我應用程式的 Oracle 功能,考慮到它們之間的相互關係?' 憑藉十五年的 Oracle 資料庫設計和顧問經驗,他提供了對 Oracle 資料庫引擎的深入理解,以及使用其關鍵功能的所有指導。內容涵蓋:表格和表空間、索引、臨時空間、檔案、視圖、分區、批次、簡單和集合物件、LOB、完整性、PL/SQL、自主交易、RLS、PQO 和 OPS、複製、回退等等。適合每位 Oracle 資料庫設計師、開發人員和管理者;以及任何被要求維護或優化基於 Oracle 的資料庫的專業人士。

Jonathan Lewis,英國領先的 Oracle 顧問之一,過去 15 年來一直幫助人們設計和實施 Oracle 資料庫系統 -- 並糾正不當使用 Oracle 技術所造成的錯誤。

目錄

前言。
為什麼又一本書?
這本書的對象是誰?
使用哪個版本的 Oracle?
這本書的內容是什麼?
這本書不包含什麼?
本書的框架。
本書中使用的慣例。

致謝。

警示故事。

I. 概述。
1. 什麼是 Oracle?
數據、撤銷和重做。
數據變更。
未提交的數據。
已提交的數據。
回滾的副作用。
定位數據。
結論。

2. 為什麼專案會失敗?
忽視技術。
避免算術。
伪造原型。
混淆責任。
共享資料庫。
結論。

3. 引擎如何運作。
I/O 陷阱。
讀取數據。
更改數據。
副作用。
結論。

4. 分類你的目標。
手動交易處理。
自動交易處理。
高批次吞吐量。
數據倉庫。
網際網路改變一切。
結論。

II. 數據儲存。
5. 充分利用表格。
重建數據。
壓縮數據。
更多壓縮。
刪除欄位。
策略。
最新統計(幾乎)。
寬表。
問題和特性。
策略說明。

6. 基本索引。
B-樹索引。
對索引的更新。
低層次處理。
使用索引。
位圖索引。
管理。
問題和特性。
策略說明。

7. 增強索引。
壓縮 B-樹。
最小化每個區塊的記錄數。
降序索引。
反向鍵索引。
基於函數的索引。
內建函數。
使用者定義函數。
管理。
重建。
合併。
統計。
重新命名。
優化。
索引聯接。
星型轉換。
問題和特性。
策略說明。

8. 利用表空間。
表空間策略。
回滾表空間。
臨時表空間。
分類。
本地管理的表空間。
一般表空間管理。
可傳輸的表空間。
表空間時間點恢復。
問題和特性。
策略說明。

9. 臨時空間。
臨時表空間。
那麼 8.1 有什麼新特性?
臨時檔案。
臨時表。
臨時 LOB。
問題和特性。
策略說明。

10. 檔案、原始和 RAID。
檔案或原始。
管理問題。
性能問題。
存檔。
結論。
RAID 等級。
RAID0。
RAID。
RAID 0/1 和 RAID 1/0。
RAID。
通用 RAID。
磁碟快取。
問題和特性。
策略說明。

11. 視圖。
視圖的基本知識。
用於性能的視圖。
行內視圖。
SORT_AREA_SIZE。
滾動視圖。
用於安全性的視圖。
用於功能的視圖。
用於清晰度的視圖。
返回數據集的函數。
分區訪問。
分析函數及其他。
可更新的聯接視圖。
簡單聯接視圖。
行內可更新視圖。
物件視圖。
告別分區視圖。
問題和特性。
策略說明。

12. 介紹分區。
分區選項。
範圍分區如何運作?
雜湊分區如何運作?
複合分區如何運作?
分區 - 一般要點。
多欄位分區。
問題和特性。
策略說明。

13. 使用分區。
管理。
刪除分區。
表空間管理。
壓縮表空間。
數據加載。
索引現有表格。
性能。
帶日期的範圍分區。
雜湊分區和複合分區。
分區聯接。
EXPLAINPLAN。
統計。
分區和並行執行。
問題和特性。
策略說明。

14. 索引組織表。
基本 IOT。
IOT 上的索引。
在線移動。
進階 IOT。
LOB、Varrays 和嵌套表。
IOT 分區的限制。
問題和特性。
策略說明。

15. 簡單物件。
開始使用物件。
物件和關聯表。
物件表。
問題和特性。
策略說明。

16. 集合物件。
Varrays。
表格。
瞬時集合。
警示故事。
問題和特性。
策略說明。

17. 處理大型物件。
內部或外部?
為什麼使用 LOB?
使用 LOB。
使用 BFILE。
LOB 套件 - DBMS_LOB。
BFILE。
永久 LOB。
臨時 LOB。
通用 LOB。
問題和特性。
策略說明。

18. 數據完整性。
約束類型。
主鍵。
唯一鍵。
外鍵。
檢查。
視圖。
範圍。
分區邊界。
使用約束。
添加約束。
截斷表格。
加載數據。
對主鍵的級聯變更。
數據倉庫和約束。
觸發器。
審計追蹤。
問題和特性。
策略說明。

III. 數據操作。
19. PL/SQL。
什麼是 PL/SQL?
最佳部分。
原生動態 SQL。
陣列處理。
在程序中傳遞結果集。
調用者權限。
提供的套件。
問題和特性。
策略說明。

20. 自主交易。
簡單的自主交易。
自主觸發器。
序列號。
誰在鎖定我的行?
反例。
問題和特性。
策略說明。

21. 行級安全性。
歷史實現。
安全政策。
精煉行級安全性。
問題和特性。
策略說明。

22. 並行查詢和並行伺服器。
並行伺服器。
IDLM。
PCM 和非 PCM。
PCM 鎖和數據鎖。
定義 PCM 鎖。
避免 Pinging。
並行執行。
問題和特性。
並行伺服器。
並行查詢。
策略說明。

23. 數字運算。
Cube 和 Rollup。
程式解決方案。
昂貴的 SQL。
臨時表。
版本 8.1.5 的增強功能。
Rollup。
Cube。
分析函數。
其他雜項。
Case 語句。
SAMPLE 子句。
物化視圖。
實施。
問題和特性。
策略說明。

24. 回退。
選擇你的災難。
選擇時間範圍。
30 秒 100% 故障轉移。
五分鐘 100% 故障轉移。
離線 100% 故障轉移。
99% 的克隆。
備份。
待命資料庫。
恢復管理器。
問題和特性。

最後瀏覽商品 (18)