This document discusses performance measurement and tracing in Oracle databases. It provides requirements for measurement tools, such as relevance, determinism, integrity and quality. It also discusses how to control tracing using ALTER SESSION/SYSTEM commands and avoiding intrusion from tracing. The document explores what the 'c' value in SQL traces represents (user vs. kernel time) and how to determine this through function interposition. Other topics covered include appropriate tracing levels and using interposition to modify trace output.