Audit type by user by access generates random audit records.
Hello I have been looking at overhauling our auditing.
and also the fact we are getting the by session records when the option is by access?
I came up with a set of actions to audit which have been in test for a while but I have been getting a large number of "session rec" record against our directory. This morning I have managed to track this down to the selects from external tables and the "audit type by user;" command.
This is confusing me a little, as I was under the impression that audit type would audit the following actions:
CREATE TYPE
CREATE TYPE BODY
ALTER TYPE
DROP TYPE
DROP TYPE BODY
and also the fact we are getting the by session records when the option is by access?
0