View the Oracle Execution Plan and the oracle execution plan

Source: Internet
Author: User

View the Oracle Execution Plan and the oracle execution plan
1. PL/SQL explain Plan window

Advantages:

Disadvantage: limited information

2. explain_plan

It is easier to optimize a sentence.

3. sqlplus

Run the following command in Sqlplus:

Set autotrace on

Select * from emp;

After the data is displayed, follow the execution plan:

The advantage of this statement is its disadvantage. When you use this method to view SQL statements that have been executed for a long time, you must wait until the statement is successfully executed before returning the execution plan, this greatly increases the optimization cycle.

If you do not want to execute the statement but want to execute the plan, you can use:

Set autotrace traceonly

If you encounter an insufficient permission error when executing this statement, the solution is:

Log in with sys user

Sqlplus> @? Sqlplus \ admin \ plustrce. SQL

Sqlplus> grant plustrace to user_name;

--User_name is the analysis user mentioned above.

To be continued...

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.