Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>In general Oracle's Cost Based Optimizer will merge queries containing views (or in-line views in your case, which is essentially the same thing) as part of the query transformation phase of the optimisation.</p> <p>This is known as "view merging", and will transform your second query into the first query. In some cases full view merging cannot be performed but even then "predicate pushing" might be allowed and performance will improve as a result.</p> <p><a href="http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/optimops.htm#i37745" rel="nofollow noreferrer">http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/optimops.htm#i37745</a></p> <p>also see:</p> <p><a href="http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/optimops.htm#i37745" rel="nofollow noreferrer">http://download.oracle.com/docs/cd/B19306_01/server.102/b14211/optimops.htm#i37745</a> <a href="http://www.oracle.com/pls/db102/to_URL?remark=ranked&amp;urlname=http:%2F%2Fdownload.oracle.com%2Fdocs%2Fcd%2FB19306_01%2Fserver.102%2Fb14200%2Fsql_elements006.htm%23SQLRF50908" rel="nofollow noreferrer">http://www.oracle.com/pls/db102/to_URL?remark=ranked&amp;urlname=http:%2F%2Fdownload.oracle.com%2Fdocs%2Fcd%2FB19306_01%2Fserver.102%2Fb14200%2Fsql_elements006.htm%23SQLRF50908</a> <a href="http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams142.htm#REFRN10141" rel="nofollow noreferrer">http://download.oracle.com/docs/cd/B19306_01/server.102/b14237/initparams142.htm#REFRN10141</a> <a href="http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements006.htm#SQLRF50706" rel="nofollow noreferrer">http://download.oracle.com/docs/cd/B19306_01/server.102/b14200/sql_elements006.htm#SQLRF50706</a></p> <p>Long story short, you should not have a problem here.</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
    3. VO
      singulars
      1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload