Re: Database trigger to record user log

2002-10-19 Thread PK_Deepa/VGIL
recipients of list ORACLE-L | | [EMAIL PROTECTED] | | cc: (bcc: PK Deepa/VGIL) | | Subject: Re: Database trigger to record user | | log

Database trigger to record user log

2002-10-17 Thread PK_Deepa/VGIL
Hi , We want to create a database trigger to maintain the log history of transaction tables (Not the Oracle Archive Log). Our requirement is to create a common Oracle database trigger. Only the table name will be different in these triggers. The column names can be taken from all_tab_columns

Re: Database trigger to record user log

2002-10-17 Thread Stephane Faroult
[EMAIL PROTECTED] wrote: Hi , We want to create a database trigger to maintain the log history of transaction tables (Not the Oracle Archive Log). Our requirement is to create a common Oracle database trigger. Only the table name will be different in these triggers. The column names

Re: Database trigger to record user log

2002-10-17 Thread Ruth Gramolini
Wouldn't you have to use two triggers, one to capture the before image, and one to capture the after image? Ruth - Original Message - To: Multiple recipients of list ORACLE-L [EMAIL PROTECTED] Sent: Thursday, October 17, 2002 4:38 AM [EMAIL PROTECTED] wrote: Hi , We want to

RE: Database trigger to record user log

2002-10-17 Thread Naveen Nahata
No inside a trigger :new.Column_name, and :old.column_name gives the before and after values regards naveen -Original Message- Sent: Thursday, October 17, 2002 6:19 PM To: Multiple recipients of list ORACLE-L Wouldn't you have to use two triggers, one to capture the before image, and

Re: Database trigger to record user log

2002-10-17 Thread Chaim . Katz
[EMAIL PROTECTED]@fatcity.com on 10/17/2002 03:13:26 AM Please respond to [EMAIL PROTECTED] Sent by:[EMAIL PROTECTED] To:Multiple recipients of list ORACLE-L [EMAIL PROTECTED] cc: I guess, the problem you're having is that, ':new'||v_column is understood as a string and not as