Question regarding audit trail.
Dear All,
We have enabled Audit in Oracle EBS database. Whenever user connects the database using toad or sql developer to access the database below mentioned sql queries are fired which even they are not aware off. Can you please help in determining where this sql comes from.
Details of audit records.
USERNAME EXTENDED_TIMESTAMP OWNER OBJ_NAME ACTION_NAME SQL_TEXT
QA_OPERATIONS 14-JUN-19 12.37.39.704258000 PM ASIA/CALCUTTA qa.ops LINK$ SELECT "Select owner, object_type from sys.DBA_OBJECTS where object_name = :ObjName and owner = :OwnerName order by 2 DESC "
QA_OPERATIONS 14-JUN-19 11.49.11.156475000 AM ASIA/CALCUTTA qa.ops LINK$ SELECT "Select object_name from sys.DBA_OBJECTS where owner = 'SYS' and object_type = 'PACKAGE' and object_name in ('DBMS_JAVA', 'DBMS_DEBUG', 'DBMS_DEBUG_JDWP', 'DBMS_PROFILER') "