Google News
logo
PL/SQL - Interview Questions
What are different methods to trace the PL/SQL code?
Tracing the code is a crucial technique to measure its performance during the runtime. Different methods for tracing the code includes :
 
* DBMS_APPLICATION_INFO
* DBMS_TRACE
* DBMS_SESSION and DBMS_MONITOR
* trcsess and tkprof utilities
Advertisement