This document provides an introduction to using the GNU debugger (GDB) for profiling C function sequences in Oracle databases. It discusses how GDB can be used to attach to running Oracle processes and set breakpoints to pause execution when specific functions are entered. This allows analyzing function call flows and identifying performance bottlenecks. The document also covers limitations of using GDB due to Oracle binaries not containing debug symbols and being dynamically linked.