Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Subquery factoring clause and temp table

751751Sep 23 2010 — edited Sep 23 2010
Is there any way (probably a hint) to specify Oracle to create a temp table from subquery factoring (with ... as ) clause?

So, if I have a query
with t1 as (select ...)
select ...
how can I make Oracle to generate plan which builds a temp table for t1 (and not uses t1 as inline view)?
This post has been answered by Herald ten Dam on Sep 23 2010
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 21 2010
Added on Sep 23 2010
3 comments
1,019 views