Is this possible?
For example, if I pass SQL
(A union B) minus (A intersection C),
is there any way to make Oracle understand that it needs to keep the results of subquery A in memory and use it again?
The explain plan shows that Oracle does not do this.
And this document seems to suggest that Oracle 9 can do this; see section 4.3
Thanks for any help
Mark![[openup] [openup] [openup]](/data/assets/smilies/openup.gif)
For example, if I pass SQL
(A union B) minus (A intersection C),
is there any way to make Oracle understand that it needs to keep the results of subquery A in memory and use it again?
The explain plan shows that Oracle does not do this.
And this document seems to suggest that Oracle 9 can do this; see section 4.3
Thanks for any help
Mark
![[openup] [openup] [openup]](/data/assets/smilies/openup.gif)