We have data in Oracle (Exadata) table identified by PK (say id). I have to figure out which users are accessing which rows in this Oracle table.
- I know that there is way to have Oracle capture information about "which users has accessed a table".
- There is also segment information Oracle capture in v$segment_statistics but that doesn't tell me which rows are being accessed by which user.
- But I am looking if there is a way for Oracle to capture "which users has accessed which rowid via SELECT queries".
My administrator is alluding that there is no way for Oracle to capture this info.