Summary
In this chapter, we learned the tracing and profiling features of Oracle 11g. While the tracing feature tracks the execution path of PL/SQL code, the profiling feature reports the time consumed at each subprogram call or line number. We demonstrated the implementation and analysis of tracing and profiling features.
In the next chapter, we will see how to identify vulnerable areas in a PL/SQL code and safeguard them against injective attacks.