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: Andrew Babb <andrewb_at_mail.com>
Date: Thu, 18 Mar 1999 14:19:36 +0800
Message-ID: <36F09AF8.4A8CDF6D@mail.com>


Frank,

The other thing to remember is that Triggers are compiled every time they are executed unlike PL/SQL Packages and Procedures. This is another reason for keeping Triggers small, and passing the real work into a Package or Procedure.

Good Luck,
Andrew

frank 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
Received on Thu Mar 18 1999 - 00:19:36 CST

Original text of this message

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