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!

Question on CTE

Orcl ApexApr 11 2017 — edited Apr 11 2017

Hi All,

In one of my program unit I am having to sequel statements and both of them are making use of a table suppose table eg_table and same columns.

I am having performance issue because of number of iterations so i thought that CTE can help here.

If I use CTE for same table at two places will Oracle store it in memory at one place only?

Will all 50 sessions making use of program unit will fetch from same memory place ?

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 9 2017
Added on Apr 11 2017
14 comments
1,194 views