You identified poorly performing SQL by analyzing the V$SQL and V$SQLSTATS views.You want to investigate the plans for t

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899559
Joined: Mon Aug 02, 2021 8:13 am

You identified poorly performing SQL by analyzing the V$SQL and V$SQLSTATS views.You want to investigate the plans for t

Post by answerhappygod »

You identified poorly performing SQL by analyzing the V$SQL and V$SQLSTATS views.You want to investigate the plans for these SQL statements.Which two methods can you use to pull out the execution plan from the library cache for the already executed SQL?(Choose two.)

A. Query V$SQL_PLAN to view the execution plan.
B. Query DBA_HIST_SQL_PLAN to view the execution plan.
C. Copy and paste the SQL text from the V$SQL view and use EXPLAIN PLAN to generate theexecution plan.
D. Use the dbms_xplan.display_cursor function with the SQL ID and child number to generate the execution plan.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!

This question has been solved and has 1 reply.

You must be registered to view answers and replies in this topic. Registration is free.


Register Login
 
Post Reply