EM 13C: How To Obtain The Update Date For Database Monitoring Credentials Within EM Repository Database
(Doc ID 3058292.1)
Last updated on NOVEMBER 08, 2024
Applies to:
Enterprise Manager for Oracle Database - Version 13.5.0.0.0 and laterInformation in this document applies to any platform.
Goal
How To Obtain The Update Date For Database Monitoring Credentials Within EM Repository Database
i.e.
After below actions are executed to update Database Monitoring Credentials. Require to Verify within EM Repository Database when update date occurred.
Some of the methods used to update Database Monitoring Credentials:
- Updating DB Monitoring Credential via EM console UI (DB target homepage > Oracle Database > Target Setup > Monitoring Configuration page)
- Updating DB Monitoring Credential via EM Job (Job Type = Change the Password for the Database Monitoring User)
- EMCLI commands:
emcli modify_target -name="<TARGET_NAME>" -type="oracle_database" -credentials="UserName:DBSNMP;password:<PASSWORD>;Role:Normal" -on_agent
emcli set_monitoring_credential -target_type="oracle_database" -target_name="<TARGET_NAME>" -set_name="DBCredsMonitoring" -cred_type="DBCreds" -attributes="DBUserName:dbsnmp;DBPassword:<PASSWORD>"
emcli set_monitoring_credential -target_name=<TARGET_NAME>-target_type=oracle_database -set_name=DBCredsLMSMonitoring -cred_type=DBCreds -attributes="DBUserName:dbsnmp;DBRole:normal;DBPassword:<PASSWORD>"
Solution
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
Goal |
Solution |