Hi,
I have a table "TClIENT" on which I have auditing turned on in Oracle so I have a "TCLIENT_A" table too.
TCLIENT has the fields Name, Address1, Address2, etc. There are about 10000 client records on this table.
I want to write a report that will find where any changes have been done to a particular client and report which field (Name, Address1, Address2) has been changed for that client.
Any ideas how I can do this?
Cheers,
John
I have a table "TClIENT" on which I have auditing turned on in Oracle so I have a "TCLIENT_A" table too.
TCLIENT has the fields Name, Address1, Address2, etc. There are about 10000 client records on this table.
I want to write a report that will find where any changes have been done to a particular client and report which field (Name, Address1, Address2) has been changed for that client.
Any ideas how I can do this?
Cheers,
John