Disabling auditing for a child table of an audited table
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-11-2024 04:07 AM
Hi,
I'd like to know if it's possible to disable auditing for a table that extends a table that has auditing activated.
So, for example, in our configuration, we have the "Audit" field checked on the Task table. Then, there's a custom table that extends the Task table, and even though I have "Audit" unchecked for that table, records in the sys_audit and sys_audit_delete tables are created for it.
Auditing the child table isn't important for us and just slows down certain processes, so I'd like to prevent auditing for this child table, without having to disable auditing for the parent table. Would that be possible at all?
Thanks for your help,
Max
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-19-2024 01:44 PM
Did you ever find an answer for this?