Explain Plan in table format
SQL> select * from table(dbms_xplan.display);
| Id | Operation | Name | Rows | Bytes | Cost | Pstart|Pstop |
----------------------------------------------------------------------------
| 0 | SELECT STATEMENT | | 1 | 21 | 2 | ||
|* 1 | TABLE ACCESS FULL | SALES | 1 | 21 | 2 | 2 |2 |
----------------------------------------------------------------------------
0 Comments:
Post a Comment
<< Home