Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.server -> Re: user-defined functions

Re: user-defined functions

From: Sybrand Bakker <postbus_at_sybrandb.demon.nl>
Date: Wed, 30 Dec 1998 07:26:39 +0100
Message-ID: <3689C79F.9AB8EC77@sybrandb.demon.nl>


In the past I have been working with user-defined functions in selects which were issuing additional selects (I didn't design them luckily). The performance of this was usually quite bad, because the select in the pl/sql function of course was treated as a seperate select, and was not merged into the main select. There were quite a few examples where one single select would have resulted in the optimizer choosing better access paths. But then again, I didn't design them, and I couldn't convince the guys who did to change the application.

Hth,

Sybrand Bakker, Oracle DBA

Young-gyun Koh wrote:

> I was told that the use of user-defined functions in queries may slow down
> the performance.
>
> Is that true? then, that's why?
>
> thanks
> regards
>
> immortal_at_in4bank.com
> InfoBank Corp.


Received on Wed Dec 30 1998 - 00:26:39 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US