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 -> Pls help with this Trigger problem. :0

Pls help with this Trigger problem. :0

From: Richard Lee <richardleevk_at_usa.net>
Date: Mon, 14 Feb 2000 11:30:32 +0800
Message-ID: <887t7a$fe$1@clematis.singnet.com.sg>


I have a table name called customer and i would like to keep track on which column it has updated using trigger.

For example;

cust_id, cust_name,cust_addr,cust_phone,cust_country.

When I update the cust_name and cust_addr, I am thinking of inserting into a log table with 2 seperate records as shown below

cust_id, cust_name
cust_id, cust_addr.

Table (Customer) is just a single table and i am planning to apply the same logic on 50+ more tables.

Is there a easier way ..??? Pls help.

Richard Received on Sun Feb 13 2000 - 21:30:32 CST

Original text of this message

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