Page 1 of 1

You identified poorly performing SQL statements that use bind variables. You want to examine the execution plans for the

Posted: Sun Jun 11, 2023 3:49 pm
by answerhappygod
You identified poorly performing SQL statements that use bind variables. You want to examine the execution plans for the most recently executed statements for further diagnosis. Which method would you recommend to view the execution plans?

A. SQL*Plus Autotrace
B. the dbms.xplan package
C. EXPLAIN PLAN for SQL statements
D. the SQL trace utility to generate trace files and read the formatted output using the tkprof utility