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

Home -> Community -> Mailing Lists -> Oracle-L -> Re: Trigger question

Re: Trigger question

From: Carel-Jan Engel <cjpengel.dbalert_at_xs4all.nl>
Date: Thu, 22 Jan 2004 05:09:25 -0800
Message-ID: <F001.005DDD87.20040122050925@fatcity.com>


Enable auditing on COMPANY?

Regards, Carel-Jan

===
If you think education is expensive, try ignorance. (Derek Bok) ===

> Hallo everyone,
>
> I have the table system_change
>
> and I I have the insert statement here below be run when there is an
> update or insert of a value in any ofthe fields
>
> ORGANIZATION_NUMBER
> LEGAL_NAME
> COMPANY_FORM_ID
> ORDER_STOP
>
> in table COMPANY
>
>
> insert into system_change
> values(system_change_id.nextval, 1, null,null, null, null, null, 1,
> SYSDATE, 1, SYSDATE,1 )
>
>
> How can I write the code in the easiest way?
>
> Thanks in advance
>
>
> Roland
>
>
> --
> Please see the official ORACLE-L FAQ: http://www.orafaq.net
> --
> Author:
> INET: roland.skoldblom_at_ica.se
>
> Fat City Network Services -- 858-538-5051 http://www.fatcity.com
> San Diego, California -- Mailing list and web hosting services
> ---------------------------------------------------------------------
> To REMOVE yourself from this mailing list, send an E-Mail message
> to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
> the message BODY, include a line containing: UNSUB ORACLE-L
> (or the name of mailing list you want to be removed from). You may
> also send the HELP command for other information (like subscribing).
>

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.net
-- 
Author: Carel-Jan Engel
  INET: cjpengel.dbalert_at_xs4all.nl

Fat City Network Services    -- 858-538-5051 http://www.fatcity.com
San Diego, California        -- Mailing list and web hosting services
---------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
Received on Thu Jan 22 2004 - 07:09:25 CST

Original text of this message

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