Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Mailing Lists -> Oracle-L -> Re: how to write this sql?
I like inline views because the whole code is infront of me. Most of my complicated queries are
all in-line. That's how I develop as well, start with the minimum sql and then start
modifying/creating wrappers to achieve results.
No, I don't have anything against stored code either.
Raj
--- Jared.Still_at_radisys.com wrote:
> > I don't understand the tendency to write everything inline.
> >
> ...
> >
> > What is the fun of creating horrible, unintelligible SQL statements
> > intended to
> > do this little thing?
> >
>
> I suspect it is tied to the performance hit encountered when using
> stored functions in a SQL statement in older (v7) versions of Oracle.
> Using a stored function in SQL then was a huge performance hit.
> As of 8i (IIRC) that was no longer true.
> Hard learned lessons die just as hard.
> Jared
-- Archives are at http://www.freelists.org/archives/oracle-l/ FAQ is at http://www.freelists.org/help/fom-serve/cache/1.html -----------------------------------------------------------------Received on Tue Jul 20 2004 - 13:55:22 CDT
![]() |
![]() |