I would like to turn on auditing for delete on one of the table. I executed the below command.
audit delete on <table_name> by access whenever successful;
Auditing is enabled. But, I want to know where to track this audit information whenever there is a delete occured on the table. Could someone list out the SYS views to track this information?.