𝔖 Scriptorium
✦   LIBER   ✦

πŸ“

Oracle Pl/SQL Performance Tuning Tips & Techniques

✍ Scribed by Michael Rosenblum; Paul Dorsey


Publisher
McGraw Hill LLC
Year
2014
Tongue
English
Edition
1
Category
Library

⬇  Acquire This Volume

No coin nor oath required. For personal study only.

✦ Synopsis


Proven PL/SQL Optimization Solutions

In Oracle PL/SQL Performance Tuning Tips & Techniques, Oracle ACE authors with decades of experience building complex production systems for government, industry, and educational organizations present a hands-on approach to enabling optimal results from PL/SQL. The book begins by describing the discovery process required to pinpoint performance problems and then provides measurable and repeatable test cases. In-depth coverage of linking SQL and PL/SQL is followed by deep dives into essential Oracle Database performance tuning tools. Real-world examples and best practices are included throughout this Oracle Press guide.

  • Follow a request-driven nine-step process to identify and address performance problems in web applications
  • Use performance-related database tools, including data dictionary views, logging, tracing, PL/SQL Hierarchical Profiler, PL/Scope, and RUNSTATS
  • Instrument code to pinpoint performance issues using call stack APIs, error stack APIs, and timing markers
  • Embed PL/SQL in SQL and manage user-defined functions
  • Embed SQL in PL/SQL using a set-based approach to handle large volumes of data
  • Properly write and deploy data manipulation language triggers to avoid performance problems
  • Work with advanced datatypes, including LOBs and XML
  • Use caching techniques to avoid redundant operations
  • Effectively use dynamic SQL to reduce the amount of code needed and streamline system management
  • Manage version control and ensure that performance fixes are successfully deployed
  • Code examples in the book are available for download.

    ✦ Subjects


    Computer Technology; Nonfiction; COM021000


    πŸ“œ SIMILAR VOLUMES


    High Performance Oracle Database Automat
    ✍ Jonathan Ingram πŸ“‚ Library πŸ“… 1997 πŸ› Coriolis Group Books 🌐 English

    Emphasizes application development skills-not Oracle product internals or syntax. Covers strong use of Oracle's PL/SQL extensions. Includes in-depth coverage of the Oracle exception handling mechanism. Offers advice on design and testing rarely found in Oracle books. Provides coding standards and ex

    Learning Oracle PL/SQL
    ✍ Bill Pribyl πŸ“‚ Library πŸ“… 2001 πŸ› O'Reilly Media 🌐 English

    <DIV><p>PL/SQL, Oracle's programming language for stored procedures, delivers a world of possibilities for your database programs. PL/SQL supplements the standard relational database language, SQL, with a wide range of procedural features, including loops, IF-THEN statements, advanced data structure