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 -> Package vs standalone for single function/procedure?

Package vs standalone for single function/procedure?

From: HOMES <smullins_at_my-deja.com>
Date: Wed, 03 Jan 2001 21:45:18 GMT
Message-ID: <9306hb$qrl$1@nnrp1.deja.com>

I've been told that placing a single function or procedure in a package will give better performance than writing a standalone function or procedure. Can someone confirm or refute? The argument was that a standalone will require all standalones to get loaded into memory, whereas the package will only require itself to be loaded. Sounds hokey, but I'd like to be sure. Any pointers to specific documentation would be great as well.

Thanks.

Sent via Deja.com
http://www.deja.com/ Received on Wed Jan 03 2001 - 15:45:18 CST

Original text of this message

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