EM 13.5C: DBA_AUDIT_TRAIL Reports "LOGOFF BY CLEANUP" Messages From DBSNMP Connection
(Doc ID 3027206.1)
Last updated on JUNE 10, 2024
Applies to:
Enterprise Manager for Oracle Database - Version 13.5.0.0.0 and laterInformation in this document applies to any platform.
Symptoms
On target database side DBA_AUDIT_TRAIL frequently writes message "LOGOFF BY CLEANUP" for DBSNMP.
SQL> select username, userhost, timestamp, action_name from dba_audit_trail where action_name = 'LOGOFF BY CLEANUP' and username = 'DBSNMP' and timestamp> sysdate -3/24 order by timestamp desc;
DBSNMP <HOSTNAME> 2024/02/27 12:44:22 LOGOFF BY CLEANUP
DBSNMP <HOSTNAME> 2024/02/27 12:14:22 LOGOFF BY CLEANUP
DBSNMP <HOSTNAME> 2024/02/27 11:44:22 LOGOFF BY CLEANUP
DBSNMP <HOSTNAME> 2024/02/27 11:14:22 LOGOFF BY CLEANUP
DBSNMP <HOSTNAME> 2024/02/27 10:44:22 LOGOFF BY CLEANUP
DBSNMP <HOSTNAME> 2024/02/27 12:44:22 LOGOFF BY CLEANUP
DBSNMP <HOSTNAME> 2024/02/27 12:14:22 LOGOFF BY CLEANUP
DBSNMP <HOSTNAME> 2024/02/27 11:44:22 LOGOFF BY CLEANUP
DBSNMP <HOSTNAME> 2024/02/27 11:14:22 LOGOFF BY CLEANUP
DBSNMP <HOSTNAME> 2024/02/27 10:44:22 LOGOFF BY CLEANUP
From Agent Logs no error reported. Metric collection working fine for all target databases.
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 |