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、資料庫
已絕版
買這商品的人也買了...
-
$1,200$1,176 -
$2,660$2,527 -
$1,068Software Engineering, 6/e
-
$680$537 -
$1,590$1,511 -
$350$298 -
$970Introduction to Algorithms, 2/e
-
$650$585 -
$1,425Lessons Learned in Software Testing (Paperback)
-
$1,740$1,653 -
$1,029Operating System Concepts, 6/e (Windows XP Update)
-
$1,090$1,068 -
$2,390$2,271 -
$1,900$1,805 -
$1,650$1,568 -
$580$458 -
$650$514 -
$580$493 -
$590$466 -
$680$537 -
$990Java Web Services Architecture
-
$690$538 -
$149$149 -
$750$638 -
$650$507
相關主題
商品描述
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!
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.
Table Of Contents
Preface.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?Uncommitted Data.
Committed Data.
Side Effects of Rollback.
Locating the Data.
Conclusion.
2. Why Do Projects Fail?
Avoiding the Arithmetic.
Fudging the Prototype.
Confusing the Responsibilities.
Sharing the Database.
Conclusion.
3. How the Engine Works.
Changing Data.
Side Effects.
Conclusion.
4. Classifying Your Target.
Automatic Transaction Processing.
High Batch Throughput.
Data Warehouse.
The Internet Changes Everything.
Conclusion.
II. DATA STORAGE.
5. Making the Most of Tables.
Packing the Data.
More Packing.
Dropping Columns.
Strategy.
Up-to-Date Statistics (Nearly).
Wide Tables.
Problems and Quirks.
Strategy Notes.
6. Basic Indexing.
Low-Level Processing.
Using the Index.
Bitmap Indexing.
Administration.
Problems and Quirks.
Strategy Notes.
7. Enhanced Indexing.
Minimize Records per Block.
Descending Indexes.
Reverse Key Indexes.
Function-Based Indexes.
User-Defined Functions.
Administration.
Coalesce.
Statistics.
Rename.
Optimization.
Index Joins.
Star Transformations.
Problems and Quirks.
Strategy Notes.
8. Leveraging 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 Files.
Temporary Tables.
Temporary LOBs.
Problems and Quirks.
Strategy Notes.
10. Files, Raw, and RAID.
The Performance Issue.
Archiving.
Conclusion.
RAID Levels.
RAID.
RAID 0/1 and RAID 1/0.
RAID.
Generic RAID.
Disk Cache.
Problems and Quirks.
Strategy Notes.
11. Views.
Views for Performance.
SORT_AREA_SIZE.
Rollover Views.
Views for Security.
Views for Functionality.
Views for Clarity.
Partition Access.
Analytical Functions and Others.
Updatable Join Views.
In-Line Updatable Views.
Object Views.
A Farewell to Partitioned Views.
Problems and Quirks.
Strategy Notes.
12. Introducing Partitioning.
How Does Hash Partitioning Work?
How Does Composite Partitioning Work?
Partitioning — General Points.
Multicolumn Partitioning.
Problems and Quirks.
Strategy Notes.
13. Using Partitioning.
Tablespace Management.
Packing Tablespaces.
Data Loading.
Indexing Existing Tables.
Performance.
Hash Partitions and Composite Partitions.
Partition-wise Joins.
EXPLAINPLAN.
Statistics.
Partitions and Parallel Execution.
Problems and Quirks.
Strategy Notes.
14. Index-Organized Tables.
On-Line Moves.
Advanced IOTs.
Partitioning.
Restrictions on IOT Partitions.
Problems and Quirks.
Strategy Notes.
15. Simple Objects.
Objects and Relational Tables.
Object Tables.
Problems and Quirks.
Strategy Notes.
16. Collection Objects.
Tables.
Transient Collections.
A Cautionary Tale.
Problems and Quirks.
Strategy Notes.
17. Handling Large Objects.
Why LOBs?
Working with LOBs.
Working with BFILEs.
The LOB Package — DBMS_LOB.
Permanent LOBs.
Temporary LOBs.
Generic LOBs.
Problems and Quirks.
Strategy Notes.
18. Data Integrity.
Unique Key.
Foreign Key.
Check.
View.
Scope.
Partition Boundaries.
Using 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.
The Best Bits.
Array Processing.
Passing Result Sets into and out of Procedures.
Invoker Rights.
Supplied Packages.
Problems and Quirks.
Strategy Notes.
20. Autonomous Transactions.
Autonomous Triggers.
Sequence Numbers.
Who Is Locking My Row?
A Counter Example.
Problems and Quirks.
Strategy Notes.
21. Row-level Security.
Security Policies.
Refining Row-level Security.
Problems and Quirks.
Strategy Notes.
22. Parallel Query and Parallel Server.
PCM and Non-PCM.
PCM Locks and Data Locks.
Defining PCM Locks.
Avoiding Pinging.
Parallel Execution.
Problems and Quirks.
Parallel Query.
Strategy Notes.
Parallel Query.
23. Number Crunching.
Expensive SQL.
Temporary Tables.
Enhancements in Version 8.1.5.
Cube.
Analytic Functions.
Miscellaneous.
SAMPLE Clause.
Materialized Views.
Implementation.
Problems and Quirks.
Strategy Notes.
24. Fallback.
Pick a Time Scale.
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.
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$FILESTAT/V$TEMPSTAT.
V$SYSTEM_EVENT/V$SESSION_EVENT.
The X$ Files.
X$KSQST.
Helping the Developers.
Conclusion.
Appendix C: Testing to Destruction.
A Cautionary Tale.
Generating Data.
Validating the Results.
Events.
Database Dumps.
Conclusion.
Appendix D: Space Management.
PCTFREE and PCTUSED.
Choosing a Block Size.
The Extent.
The Segment.
The Tablespace.
The Disk Array.
Conclusion.
About the Author.
Index. 0201715848T04062001.

商品描述(中文翻譯)
設計 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% 的克隆。
備份。
待命資料庫。
恢復管理器。
問題和特性。