CREATING AUDIT TRAIL in Oracle
From: Julian K. Black <julianb_at_bellsouth.net>
Date: Thu, 18 Oct 2001 07:05:41 -0700
Message-ID: <6Ryz7.2185$B3.122791_at_e3500-atl2.usenetserver.com>
Date: Thu, 18 Oct 2001 07:05:41 -0700
Message-ID: <6Ryz7.2185$B3.122791_at_e3500-atl2.usenetserver.com>
Hi gang
I am trying to create an audit trail for my database application. My audit
trail table as the following
structure: t_audit_trail
{user_ID INTEGER date DATE type_of_change VARCHAR2(10) field_name VARCHAR2(30) table_name VARCHAR2(30) old_value VARCHAR2(30) new_value VARCHAR2(30) }
thanks in advance. Received on Thu Oct 18 2001 - 16:05:41 CEST