Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> Performance when own functions are used
Short question,
If I use a stored function as an replacement for an oracle function like
CREATE OR REPLACE FUNCTION SP_SIGN (nBetrag IN NUMBER)
return integer
as
begin
return SIGN(NBETRAG);
end SP_SIGN ;
/
Does that decrease the performance or not? Regards
GrĂ¼sse
Nicolas
Received on Wed Sep 20 2000 - 00:00:00 CDT
![]() |
![]() |