I currently have several audit tables that validate data from specific tables.
eg. Authentication ATAB_AUDIT, BTAB_AUDIT and CTAB_AUDIT inserts, updates, and deletes from ATAB, BTAB, and CTAB, respectively.
These audit tables are divided by year.
Since the columns in these audit tables are identical (change_date, old_value, new_value, etc.), it would be useful to use one large audit table, add a column containing the name of the table in which the audit section is formed (table_name) is table_name, and then the unit by year?
The database is Oracle 11g on Solaris.
Why or why not do it?
Thank you very much in advance.
Ollie source share