Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: 9i: Native vs Interpreted execution
Native code is a little bit more management since the code (at least in
9i) lives on the file system. It also requires a compiler and make.
Not a huge deal but if you have code that is primarily SQL statements
and you won't get performance gains anyway, why bother.
lambu999_at_yahoo.com wrote:
> Hi all,
>
> I was reading the Concepts manual and it says from 9i you have the
> option of both native and interpreted execution available for storing
> PL/SQL program units.
>
> Why should we even have to consider interpreted execution when there
> is a native (object code) version available? Wouldnt the native
version
> be faster?
>
> Thanks.
Received on Thu Dec 09 2004 - 11:57:35 CST
![]() |
![]() |