Oracle9i Performance Tuning Tips & Techniques
暫譯: Oracle9i 性能調優技巧與方法
Richard J. Niemiec
- 出版商: McGraw-Hill Education
- 出版日期: 2003-05-12
- 售價: $2,120
- 貴賓價: 9.5 折 $2,014
- 語言: 英文
- 頁數: 864
- 裝訂: Paperback
- ISBN: 0072224738
- ISBN-13: 9780072224733
-
相關分類:
Oracle
海外代購書籍(需單獨結帳)
買這商品的人也買了...
-
Computer Algorithms C++$1,120$1,098 -
Computer Organization & Design: The Hardware/Software Interface, 2/e$1,200$1,176 -
Visual C++ 6 教學手冊 (Beginning Visual C++ 6)$580$458 -
計算機組織與設計--軟硬體界面第二版 (Computer Organization & Design, 2/e)$680$537 -
Software Engineering, 6/e$1,090$1,068 -
當 FrontPage 愛上 PhotoImpact 譜出高質感網路$350$298 -
C++ Primer, 3/e 中文版$980$774 -
Thinking in Java 中文版 (Thinking in Java, 2/e)$920$727 -
Operating System Concepts, 6/e (Windows XP Update)$1,050$1,029 -
C++ Builder 6 完全攻略$690$587 -
作業系統概念 (Operating System Concepts, 6/e Windows XP Update)$780$741 -
Red Hat Linux 9 實務應用$650$553 -
802.11 無線網路技術通論 (802.11 Wireless Networks: The Definitive Guide)$760$600 -
ASP.NET 程式設計徹底研究$590$466 -
精通 Visual Basic.NET 中文版黑皮書 (Visual Basic.NET Black Book)$750$585 -
STRUTS 實作手冊(Struts in Action: Building Web Applications with the Leading Java Framework)$690$538 -
程式設計專家手冊 (The Practice of Programming)$420$332 -
深入淺出 JBuilder 程式設計實作(JBuilder 9.0/8.0/7.0 適用) (Charlie Calvert's Learn Jbuilder)$720$562 -
Java 2 教學手冊 SDK 1.4版 (Beginning Java 2 SDK 1.4 Edition)$780$616 -
重構─改善既有程式的設計$720$569 -
Java 程式設計藝術 (Java How to Program, 5/e)(精裝本)$880$792 -
鳥哥的 Linux 私房菜-伺服器架設篇$750$638 -
Tomcat 技術手冊 (Tomcat: The Definitive Guide)$720$569 -
鳥哥的 Linux 私房菜─基礎學習篇增訂版$560$476 -
計算機組織與結構 (Computer Systems Organization and Architecture)$660$521
相關主題
商品描述
Get Undocumented, Insider Advice
Maintain a high-performance Oracle9i environment using the proven tuning methods presented in this authoritative resource. Written by the experts at TUSC and developed through years of successful Oracle consulting experience, this book offers hundreds of essential tips guaranteed to enhance system performance. Real-world examples illustrate insider best practices and in-depth details throughout the book highlight the new tuning options available in Oracle9i.
- Select the best indexing options for a variety of situations
- Distribute key data files across available hardware disks
- Tune crucial init.ora parameters for peak database performance
- Take full advantage of Oracle Enterprise Manager
- Use EXPLAIN, TRACE, TKPROF, STORED OUTLINES, and other tools
- Specify hints to override the optimizer as necessary
- Automate queries using PL/SQL stored procedures
- Use the Parallel Executions Option (PEO) for enhanced performance
- Monitor and tune the database with STATSPACK
- Query the V$ views and X$ tables
Contents
1: Oracle9i-An Introduction to Oracle9i New
Features (DBA & Developer)
2: Basic Index Principles
(Beginner Developer and Beginner DBA)
3: Disk I/O and
Fragmentation (DBA)
4: Tuning the Database with
Initialization Parameters (DBA)
5: Enterprise Manager
and Tuning Pack (DBA and Developer)
6: Using EXPLAIN,
TRACE, TKPROF, and STORED OUTLINES (Developer & DBA)
7: Basic Hint Syntax (Developer and DBA)
8: Query Tuning
(Developer and Beginner DBA)
9: Table Joins and Other
Advanced Tuning
10: Using PL/SQL to Enhance Performance
(Developer and DBA)
11: Using Parallel Features to
Improve Performance (DBA)
12: The V$ Views (Developer
& DBA)
13: The X$ Tables (Advanced
DBA)
14: Using STATSPACK to Tune Waits and Latches
(Advanced DBA)
15: Performing a Quick System Review
(DBA)
16: Monitoring the System Using UNIX Utilities
(DBA)
A: Key init.ora Parameters
(DBA)
B: The V$ Views (DBA and
Developer)
C: The X$ Tables
(DBA)
商品描述(中文翻譯)
獲取未公開的內部建議
使用本權威資源中提供的經驗豐富的調整方法,維護高效能的 Oracle9i 環境。這本書由 TUSC 的專家撰寫,並通過多年成功的 Oracle 諮詢經驗開發而成,提供數百個必備提示,保證能提升系統性能。實際案例展示了內部最佳實踐,書中深入的細節突顯了 Oracle9i 中可用的新調整選項。
- 為各種情況選擇最佳索引選項
- 在可用的硬體磁碟上分配關鍵數據檔案
- 調整關鍵的 init.ora 參數以達到最佳資料庫性能
- 充分利用 Oracle Enterprise Manager
- 使用 EXPLAIN、TRACE、TKPROF、STORED OUTLINES 和其他工具
- 根據需要指定提示以覆蓋優化器
- 使用 PL/SQL 儲存過程自動化查詢
- 使用平行執行選項 (PEO) 以增強性能
- 使用 STATSPACK 監控和調整資料庫
- 查詢 V$ 視圖和 X$ 表
目錄
1: Oracle9i - Oracle9i 新功能介紹 (DBA & 開發者)
2: 基本索引原則 (初學者開發者和初學者 DBA)
3: 磁碟 I/O 和碎片化 (DBA)
4: 使用初始化參數調整資料庫 (DBA)
5: 企業管理員和調整包 (DBA 和開發者)
6: 使用 EXPLAIN、TRACE、TKPROF 和 STORED OUTLINES (開發者 & DBA)
7: 基本提示語法 (開發者和 DBA)
8: 查詢調整 (開發者和初學者 DBA)
9: 表聯接和其他進階調整
10: 使用 PL/SQL 提升性能 (開發者和 DBA)
11: 使用平行功能改善性能 (DBA)
12: V$ 視圖 (開發者 & DBA)
13: X$ 表 (進階 DBA)
14: 使用 STATSPACK 調整等待和鎖 (進階 DBA)
15: 執行快速系統檢查 (DBA)
16: 使用 UNIX 工具監控系統 (DBA)
A: 主要 init.ora 參數 (DBA)
B: V$ 視圖 (DBA 和開發者)
C: X$ 表 (DBA)
