Skip to Main Content

Oracle Database Discussions

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Not Showing the Encrypted passwords in DBA_USERS

494959May 10 2012 — edited May 10 2012
Hi Techies.,

I have issue in OEM(Enterprise Manager is not able to connect to the database instance), To rectify that I have to update the encrypted password of sysman user in properties file.

But when I issue the below command, getting blank in password;
SQL> select username,lock_date,expiry_date,profile,password from dba_users where username='SYSMAN';

USERNAME                       LOCK_DATE EXPIRY_DA PROFILE                        PASSWORD
------------------------------ --------- --------- ------------------------------ ------------------------------
SYSMAN                         10-MAY-12 06-NOV-12 DEFAULT
h2.account is getting locked after change the profile.

I have changed the default profile also.what parameter need to change in Profile . i have modified the
 ALTER PROFILE default LIMIT password_lock_time 1000;
SQL> select username,account_status,lock_date,expiry_date,profile,password from dba_users where username='SYSMAN';

USERNAME                       ACCOUNT_STATUS                   LOCK_DATE EXPIRY_DA PROFILE                PASSWORD
------------------------------ -------------------------------- --------- --------- ------------------------------ ------------------------------
SYSMAN                         LOCKED(TIMED)                    10-MAY-12 06-NOV-12 DEFAULT
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 7 2012
Added on May 10 2012
4 comments
14,020 views