How do I trace a package execution?
Is there a way for me to trace an execution of a package?
For normal SQL queries I can trace by using ALTER SESSION SET SQL_TRACE = TRUE;
Can the same be use if I wanted to trace a package execution as well?
Is it possible also to execute trace from SQL Developer tool?