EXPLAIN PLAN FOR SELECT last_name FROM employees;
set echo off set verify off delete from plan_table; commit
set echo off select lpad(' ', 2*(level-1)) || operation ||' '|| decode(id, 0, 'Cost = '||position) "OPERATION", options, object_name from plan_table START WITH id=0 connect by prior id= parent_id;The final step displays the access information from the plan table.