Database Administrator (DBA) Question:

How would you go about generating an EXPLAIN plan?

Database Administrator (DBA) Interview Question
Database Administrator (DBA) Interview Question

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


Previous QuestionNext Question
What is a Synonym?How would you go about increasing the buffer cache hit ratio?