Database Administration (MOSC)

MOSC Banner

DBSNMP password

edited Dec 12, 2013 10:39AM in Database Administration (MOSC) 15 commentsAnswered
 
SQL>select username, account_status, expiry_date from dba_users order by account_status

VERSANT_YAMINI OPEN 05-12-12
VERSANT_SAI OPEN 05-12-12
DBSNMP LOCKED(TIMED) 27-03-14

Note: I changed the password using

alter user dbsnmp identified by <new_password> account unlock;

But after sometime when I query 

"select username, account_status, expiry_date from dba_users order by account_status".. The results are coming

DBSNMP LOCKED(TIMED) 27-03-14

Pls help me to get rid of it.  

Regards,

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center