Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Why functions in Select Clause affect performance?
On 4 Apr 2006 11:17:23 -0700, "Kin" <kin_ng5_at_yahoo.com> wrote:
<snip>
>What puzzles me is it seems the functions in the Select clause are NOT
>always run against the final result set but some intermediate ones.
<snip>
Build a counter into the function and check. To be able to initialize the counter use DBMS_APPLICATION_INFO or put the function in a package with a global variable.
Jaap. Received on Wed Apr 05 2006 - 03:33:01 CDT