Skip to Main Content

Oracle Database Discussions

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!

inline views and parallelism

User_UOVAAFeb 19 2013 — edited Feb 19 2013
On Oracle 11.2, our application uses a "lot" of inline views.

Not knowing much about the benefits or advantages to using inline views, I wondered a few things about the use of them.

First, When I look in OEM, SQL Monitoring, I noticed that queries on inline views that have tables with parallelism set, the queries on inline views do not appear to be using parallelism on the inner query. Or, perhaps they are, but I'm not able to see that they are. How can I tell if they are?
If they are not, would it be necessary to use a hint to use parallelism?

So what are the advantages of using inline views?
I would assume they would use more PGA and/or temp tablespace, but that doesn't seem to be the case in our database (or at least it is not causing any impact that I can tell).
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Mar 19 2013
Added on Feb 19 2013
4 comments
475 views