Become the first to know definitively how your system is spending your users’ time.

Cary Millsap and Jeff Holt’s new book, Tracing Oracle, will elevate your tracing game. This book is 100% focused on helping you get the most detailed and reliable performance data that Oracle offers. It has a companion GitHub project designed to make tracing safe and convenient.
The book covers Oracle Databases both on-premises and in the cloud, including Oracle XE, SE, EE, Exadata, OCI and AWS as-a-service offerings, Oracle Autonomous Database deployments, and even 23c Free.
Tracing Oracle will teach you why, when, and how to trace Oracle application programs with surgical precision, so that you can be the first to know what’s really going on.
Tracing Oracle is the perfect companion to the authors’ gigantic 291-page Mastering Oracle Trace Data book. The red book is about obtaining ing the perfect trace file. The blue book is about what to do with that file once you’ve retrieved it.
Your authors
Cary Millsap and Jeff Holt have been helping people optimize complex systems since the 1980s. They’ve helped improve performance for many of the world’s favorite brands.
In the early 2000s, Cary and Jeff invented the optimization method called “Method R.” In 2003 they published their revolutionary O’Reilly book, Optimizing Oracle Performance.
In the years since, they have taught thousands of people how to be better system optimizers. The software they’ve created helps people extract meaning from huge volumes of detailed Oracle traces.
Table of contents
- Getting Started
- Hello, World
- What Is a Trace?
- Why Trace?
- Preliminaries
- Privileges
- Parameters
- MAX_DUMP_FILE_SIZE
- Trace File Hygiene
- Be Kind, Please Rewind
- Tracing
- How to Trace a SQL Script
- How to Trace Someone Else’s Session
- How to Clean Up Your Enabled Traces
- Access
- Trace Directory Names
- Trace File Names
- Accessing Your Trace without Filesystem Access
- Identifying Your Trace Files
- Scoping
- What Is Scoping?
- How Should You Trace?
- How Application Developers Can Make Tracing Easier
- trcsess
- APPINFO
- Tracing with Triggers
- Tracing a Whole Database
- Levels
- Trace Levels
- Which Level Should You Use?
- Why We Recommend Not Tracing BINDS
- Why We Recommend Not Tracing ALL_EXECUTIONS
- Specific Technologies
- Oracle APEX
- Oracle E-Business Suite
- Oracle Connection Pooling
- Oracle Parallel Execution
- Oracle Scheduler
- Oracle Cloud Infrastructure
- Amazon RDS for Oracle
- Oracle Database 23c
- Objections
- Will Tracing Slow Everything Down?
- What If Tracing Does Slow Something Down?
- Trace rates and Sizes
- Data Security
- Safeguards
- Proscriptions
- Don’t Use TRACEFILE_IDENTIFIER
- Don’t Trace with ALTER Statements
- Don’t Trace with the DBMS_SESSION Package
- Don’t Trace with the SQL_TRACE Parameter
- Don’t Trace with the DBMS_SYSTEM Package
- Don’t Trace with the DBMS_SUPPORT Package
- Autonomous Database
- ADB Deployments
- Why Would You Ever Trace an ADB System?
- Hello, World (ADB-D Remix)
- Hello, World (ADB-S Remix)
- Accessing ADB-S Traces
- Does ADB Offer the Trace Features You Need?
- Method R Commercial Software
- Method R Workbench
- Method R Trace Extension for Oracle SQL Developer