DBMS_DATAPUMP Producing Additional/excessive Audit Records After Applying October PSU 2019.
(Doc ID 2675375.1)
Last updated on APRIL 17, 2023
Applies to:
Oracle Database - Enterprise Edition - Version 12.2.0.1 and laterInformation in this document applies to any platform.
Symptoms
12.2.0.1 version Database
DBMS_DATAPUMP producing additional/excessive audit records after applying October PSU 2019.
Using dbms_datapump for daily schema level refresh via database link from source to target. Before the patch the dbms_datapump job produced 2194 audit records on the source database, after the patch the dbms_datapump job produced 133716 audit records. The 500% increase in records is causing significant growth of the SYSAUX tablespace.
Excessive query against SYS._user_stat_varray table. No auditing enabled for SELECT command, but high count of audit records generated for 'SELECT' action and the sql_text of the audit records shows select statement from SYS._user_stat_varray table.
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Cause |
Solution |
References |