Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Package vs standalone for single function/procedure?
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
![]() |
![]() |