Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Wrapped PL/SQL vs. not Wrapped
A copy of this was sent to "Johan Wegener" <xjw_at_xdde.xdk>
(if that email address didn't require changing)
On Thu, 6 Jan 2000 14:01:11 +0100, you wrote:
>Hi,
>
>A simple question:
>
>Does anybody know whether wrapped PL/SQL is parsed and executed faster than
>non-wrapped?
no, wrapped/non-wrapped execute the same at run time.
>In other words, what is the best way of distributing PL/SQL
>modules from a performance point of view? Any other considerations in this
>context?
use wrap when you don't want people reading your source code. use non-wrapped otherwise.
>
>Thanks,
>Johan
>
--
See http://osi.oracle.com/~tkyte/ for my columns 'Digging-in to Oracle8i'...
Current article is "Part I of V, Autonomous Transactions" updated June 21'st
Thomas Kyte tkyte_at_us.oracle.com Oracle Service Industries Reston, VA USA
Opinions are mine and do not necessarily reflect those of Oracle Corporation Received on Thu Jan 06 2000 - 06:58:29 CST
![]() |
![]() |