DBA > Job Interview Questions > DATABASE Administrator (DBA) Interview Questions and Answers

How would you go about generating an EXPLAIN pla

More DBA job interview questions and answers at http://dba.fyicenter.com/Interview-Questions/

(Continued from previous question...)

22. How would you go about generating an EXPLAIN plan?

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

(Continued on next question...)

Other Job Interview Questions