Reputation: 651
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
Reputation: 21
in cmd: sqlplus \sys as sysdba, your password, alter user SYSTEM account unlock;
Upvotes: 2