explain plan and the real execution plan
- From: "Lei Zeng" <lzeng@xxxxxxxxxxxxx>
- To: "ORACLE-L" <Oracle-L@xxxxxxxxxxxxx>
- Date: Mon, 16 Nov 2009 15:25:51 -0800
Hi, all: I have a question about the explain plan. Under what conditions, could the plan I get out of 'explain plan' differ from what I get from running the sql statement? Suppose the database has no change during I ran 'explain plan' and run the sql - I mean, no ddl and dml - You would think this database is static. Or the time gap between I run 'explain plan' and run sql statement is too narrow to allow any change (ideal environment). No bind variable peeking because _optim_peek_user_binds is set to FALSE. Any idea? Thanks in advance. Lei
- Follow-Ups:
- Re: explain plan and the real execution plan
- From: Tanel Poder
- Re: explain plan and the real execution plan
Other related posts:
- » explain plan and the real execution plan - Lei Zeng
- » RE: explain plan and the real execution plan - Lei Zeng
- » Re: explain plan and the real execution plan - Tanel Poder
- » Re: explain plan and the real execution plan - Tanel Poder
- » RE: explain plan and the real execution plan - Kellyn Pedersen
- » RE: explain plan and the real execution plan - Lei Zeng
- » RE: explain plan and the real execution plan - Lei Zeng
- » RE: explain plan and the real execution plan - Allen, Brandon
- » RE: explain plan and the real execution plan - Lei Zeng
- » Re: explain plan and the real execution plan - Tanel Poder
- » Re: explain plan and the real execution plan - Yong Huang
- » RE: explain plan and the real execution plan - Ojha, Ajeet (GE Healthcare, consultant)