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

Home -> Community -> Usenet -> c.d.o.server -> Re: Max Size of a Trigger

Re: Max Size of a Trigger

From: Mark Robbins <ROBBINS_at_NTCNAS01Pb.NTC.NOKIA.COM>
Date: 1997/05/07
Message-ID: <3370633F.5F79@NTCNAS01Pb.NTC.NOKIA.COM>#1/1

Hi,

I dont know about triggers but I am having similar problems with a package body.
My current package body consists of about 4 procedures/functions and is approximately 250-300 lines and I am getting problems with wrong number/types of arguments to a function. But when I compile the function seperately (and change the calling code etc) it works fine.

Is there a patch for this ?

I guess one workaround would be to split the code into different sub packages but I am reluctant to do this.

Thanks,

Mark
Ed Jennings wrote:
>
> How big can a trigger be? I have a table of 110 columns. I want to
> check each column for changes, and for each one that changes, insert an
> entry into an audit table recording before/after images, date/time, who
> made the change, etc... I can get a clean load upto 83 columns. After
> I add the 84th, the trigger load fails. I get an error indicating
> trigger compiled with errors. In user_errors, I get errors indicating
> bad bind variables, invalid symbols, etc..., but all within the first 30
> lines of the trigger. These lines were perfectly valid before I added
> to the bottom of the trigger. I am of the belief that the errors as
> recorded in user_errors are not accurate. I think the real error is the
> size of the trigger. has anyone run into this before?
 <snip>
> ~~~~~~~~~~~~~~~~~~~~~~~~~
> jenningse_at_mindspring.com

-- 
Mark Robbins
Mail Addressess - If the first one fails the second 
one should succeed.

ROBBINS_at_NCSSWS01HU.NTC.NOKIA.COM
mark.robbins_at_ntc.nokia.com
Received on Wed May 07 1997 - 00:00:00 CDT

Original text of this message

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