Database Administration (MOSC)

MOSC Banner

AUDIT TRAIL (12C)

edited Feb 9, 2020 4:55AM in Database Administration (MOSC) 11 commentsAnswered

Hello ,

The IT security service asks us to communicate to it each end of the month all the accesses made for oracle dba with the users: sys, system, user_dba users  in a report specifying the operations of type:

Connection, create / alter objects, select, update, delete, merge, truncate ... and all administration operations.

ALTER SYSTEM SET AUDIT_TRAIL = DB, EXTENDED SCOPE = SPFILE;

audit ALL STATEMENTS by sys;

audit ALL STATEMENTS by system;

audit ALL STATEMENTS by user_dba;

But the following query brings back more information than expected, in particular the results of SELECT in the views X $, OBJ $, IND $, XXX $, ...

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center