Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Using views inside a View
GreyBeard wrote:
> On Mon, 21 Feb 2005 11:35:20 +0100, Frank van Bortel wrote:
>
>
>>Well, there *is* a risk of getting queries with horrible >>execution plans. So, even if it's ROTten, I'd like some >>proof it won't harm, else no views over views as a ROT. >>And by proof, I'd like to see explain plan, etc.
The whole problem is that a view with columns A, B, C, and D and aggregates all over may look as just what I want when I want select A, sum(B) group by A, D, but give a horrible plan. This is not clear as it would be from the "plain SQL" you are referring to.
Especially when end-user ad hoc reporting tools are to be used...
-- Regards, Frank van BortelReceived on Mon Feb 21 2005 - 10:54:58 CST