I am looking at the oracle audit logs and am trying to understand and parse.
The format appears to be consistent:
Date
Length:
Action:
...etc
My questions are: 1) what generates these? Is it every sql command executed against the db? 2) how can i parse these into a consistent format (xml/json/csv)
Thank you.