tonyibm
tonyibm

Reputation: 651

get error "account is locked" for system in Oracle SQL Developer

When i try to log on to Oracle SQL Developer using account "system", i get the following errors,

ORA-28000: the account is locked,

But i can log on to SQL Plus using "system",

what's the reason for that error ?

Upvotes: 0

Views: 3521

Answers (1)

EXT
EXT

Reputation: 21

in cmd: sqlplus \sys as sysdba, your password, alter user SYSTEM account unlock;

Upvotes: 2

Related Questions