database auditing
let check on scenario
We have 3 user A, B and C in our database . A own group of 2000 table, now my requirement is to audit user A tables when only user B trying to access it , i do n't want to audit if user C trying to access A's table.
Only i want auditing on A's object if user B trying to access,Please provide me what option should i used there
0