more background queries on logon

sdufour

Member²
I turned on auditing in production and found upon logon each user is recieving a security violation message in the audit trail. It is trying to query the following objects:
SYS.USER$,SYS.OBJ$,SYS.SYN$,SYS.V_$STATNAME,SYS.V$STATNAME,SYS.GV$STATNAME,SYS.X$KSUSD,SYS.DBA_SYNONYMS,SYS._CURRENT_EDITION_OBJ

I tried unchcking/disabling a number of things such as Code Assistant (audtomatically activated), Describe Context, and use DBA Views if available, but could not find where ti disable this at.
 
My guess is that these objects are indirectly queried when accessing all_users, all_objects, all_synonyms, and so on.
 
The Object Browser and any other function that queries the dictionary views (context popup menu, code assistant, compilation, result grid information, and so on).
 
Back
Top