Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Re: compiler for PL/SQL?

Re: compiler for PL/SQL?

From: <Markz_at_starnet.lenfest.com>
Date: Wed, 17 Mar 1999 14:59:47 GMT
Message-ID: <36efc2b5.66723152@news1.fast.net>


The compiler is built in; the code is compiled when you 'execute' the create trigger|procedure|package| etc. statement. The errors you get back , if any, are from the compiler. A trigger|procedure|package| etc is also (re)compiled when any of its dependents change (ex. add a column to a tqabel ref'd by the code)

On Wed, 17 Mar 1999 15:03:51 +0100, frank <frank_at_mediaaktiv.de> wrote:

>Hello everybody,
>
>I'd like to know if there is a compiler for PL/SQL scripts such as
>stored Procedures or triggers.
>In the documentation I read about a compiler, but I was not able to find
>out how to use it. (Or is it used automatically when I create a trigger?
>If so, it doesn't work well at all)
>I'm using a NT System and Oracle 7.3.
>
>Thanks in advance
>Frank
>

+-+-++-+-++-+-++-+-++-+-++-+-++-+-++-+-+ Lenfest Communications
West Chester, PA.

My opinions are not neccessarily those of my employer - but probably should be ! Received on Wed Mar 17 1999 - 08:59:47 CST

Original text of this message

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