Collection iterator pickler fetch appears in the execution plan

Source: Internet
Author: User

Collection iterator pickler fetch appears in the execution plan

Today, when I used explain plan for to view the SQL Execution plan, the following strange execution plan appeared:

  1. SQL> explain plan for select * from test where object_id = 100;
  2. Explained.
  3. SQL> select * from table (dbms_xplan.display ());
  4. 14 rows selected.
  5. Execution Plan
  6. ----------------------------------------------------------
  7. Plan hash value: 2137789089
  8. Bytes ---------------------------------------------------------------------------------------------
  9. | Id | Operation | Name | Rows | Bytes | Cost (% CPU) | Time |
  10. Bytes ---------------------------------------------------------------------------------------------
  11. | 0 | select statement | 8168 | 16336 | 29 (0) | 00:00:01 |
  12. | 1 | collection iterator pickler fetch | DISPLAY | 8168 | 16336 | 29 (0) | 00:00:01 |
  13. Bytes ---------------------------------------------------------------------------------------------
  14. Statistics
  15. ----------------------------------------------------------
  16. 14 recursive CILS
  17. 12 db block gets
  18. 55 consistent gets
  19. 0 physical reads
  20. 0 redo size
  21. 1414 bytes sent via SQL * Net to client
  22. 519 bytes encoded ed via SQL * Net from client
  23. 2 SQL * Net roundtrips to/from client
  24. 1 sorts (memory)
  25. 0 sorts (disk)
  26. 14 rows processed

After investigation, it is found that the set autotrace on is executed before the use of the explain plan for. After autotrace is disabled, the execution plan is displayed as normal, with a little knowledge and record for reference.

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.