Hi All,
I just want to audit only a spesific table. Even though I use the following command, when I select on SYS.AUD$ it show too many rows with many other tables. Also, it grows so fast, what should I do in order to audit only a spesific table?
AUDIT SELECT ON my_table;
Thanks