Q. What are some of the considerations in auditing database table data? A. Creating audit tables without any constraints to store record changes. Audit tables are heavily hit with inserts, hence needs to have fewer indices if at all required.…
The post Auditing database record changes in Oracle appeared first on Java-Success.com.