Yes, I have seen these messages, and many others. I tried to address the problem with the DBSNMP user with the following SQL code:
This completes successfully, but it does not seem to have an effect on the account/password issue. Can you tell me how this can be fixed?Code:ALTER PROFILE MONITORING_PROFILE
LIMIT FAILED_LOGIN_ATTEMPTS UNLIMITED
PASSWORD_GRACE_TIME UNLIMITED
PASSWORD_LIFE_TIME UNLIMITED
PASSWORD_LOCK_TIME UNLIMITED
PASSWORD_REUSE_MAX UNLIMITED
PASSWORD_REUSE_TIME UNLIMITED
PASSWORD_VERIFY_FUNCTION NULL;
