Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> How does PL/SQL native compillation work?
Documentation says that in order to create a natively compiled stored
procedure Oracle generates C code correspondent to the PL/SQL code of
the stored procedure. This code is then compiled and linked into a
shared library. This shared library is then loaded and executed
whenever the correspondent PL/SQL procedure is executed.
I created a couple of examples and noticed that the C code being generated during native compilation does not implement logic of the corespondent PL/SQL routine. It seems to consist of code required for instantiating PL/SQL units. Has anyone done any research on this subject yet? Could you explain how this stuff works?
Many Thanks,
Alex
Received on Mon Apr 07 2003 - 10:02:19 CDT
![]() |
![]() |