Database Administrator (DBA) Question:

How would you go about generating an EXPLAIN plan?

Tweet Share WhatsApp

Answer:

Create a plan table with utlxplan.sql.
Use the explain plan set statement_id = 'tst1' into plan_table for a SQL statement
Look at the explain plan with utlxplp.sql or utlxpls.sql

Download Database Administrator (DBA) PDF Read All 253 Database Administrator (DBA) Questions
Previous QuestionNext Question
What is a Synonym?How would you go about increasing the buffer cache hit ratio?