Audit access to tables
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 03:28 AM
Hi All
Our security team ask me audit tables and record access. I need to know when a user read records from tables in some scoped application.
Where I can find this information? Only in syslog_transaction or there are other tables.
Regards
Giuseppe M
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-16-2024 06:17 AM
the audit tables only store changes to records, but not whether a user reads any records. This a completely different type of data and OOTB the transaction log is the only place where this is logged anyhow.
Maik
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2024 07:14 AM
Hi Guiseppe,
I needed to do something similar and found that the sysevent table stores the event 'user.view' and the userID that fired the event (and of course the table and sysID of the record that was viewed).