What does the hierarchical profiler does?



What does the hierarchical profiler does?..

Answer / Angad Singh

The Hierarchical Profiler is a PL/SQL tracing facility that provides detailed information about the execution of stored programs. It shows the call tree structure, including the number of calls and the time spent in each subprogram, providing insights into performance bottlenecks.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Is ms sql traffic encrypted?

1 Answers  


What is the most restrictive isolation level? : Transact sql

1 Answers  


Where the integrity constrints are stored in Data Dictionary?

1 Answers  


Which software is used for pl sql programming?

1 Answers  


Where are my tempfiles, I don't see them in v$datafile or dba_data_file?

1 Answers  


Write the alter statement to enable all the triggers on the t.students table.

1 Answers  


What are different functions in sql?

1 Answers  


What is scalar data type in pl sql?

1 Answers  


What are the types of queries in sql?

1 Answers  


Can we use insert statement in function?

1 Answers  


What is partition by in sql?

1 Answers  


What is difference between procedure and trigger?

1 Answers  


Categories