cancel
Showing results for 
Search instead for 
Did you mean: 

ORA-28000:the account is locked

Former Member
0 Kudos

Dear All,

my saperpecc6.0 with oracle 10g in my system in error all services is properly start but click on gui log on this system same time stop my mmc in dis+dilg service is stop error is showing

Database- ORA-28000:the account is locked

Database error 28000 at CON

DB-Connect Failed, Return Code 000256

SAP-Basis System:Message Server Disconnected

Regard's

vinod

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi. try to read note ]

Note 951167 - ORA-28000: the account is locked

and after unlocking change password for database user -->

brconnect [-u system/<system_password>] u2013f chpass u2013o <user_name>

or direct brconnect -c -u / -f chpass -o <user_name> -password newpassword

Regadrs.

Check the dev_w0 for more info.

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

refer to SAP Note 951167 - ORA-28000: the account is locked. You may also have a look at SAP Note 400241

Regards,

Muralidhar

Former Member
0 Kudos

Hi vinod,

do below

SQL> connect sys / as sysdba

SQL> select account_status from dba_users;

See LOCKED user and Unlocked by below

SQL> alter user sapsr3 account unlock;

Regards

SurendraJain