Ora-28000:the Account is locked-solution
2009-11-11 18:51
Ora-28000:the account is locked
1th step: Use PL/SQL, login name System, database name unchanged, select type to change normal to SYSDBA;
2nd step: Select Myjob, view users;
3rd Step: Select System, right click on "edit";
4th step: Change the password, the "account is locked" tick off;
5th step: Click "Apply" and click "Close";
The 6th step: Re-login can be verified by;
The second Kind
ALTER USER username account UNLOCK;
Third Kind
In Plsql Developer If you are logged in with Scott/tiger, ora-28000 the account is locked.
Workaround:
After the newly installed oracle10g, with the Scott/tiger test, the following error message will appear:
oracle10g the account is locked
oracle10g the password has expired
Cause: The default oracle10g Scott cannot log in.
Solve:
(1) Conn Sys/sys as SYSDBA; Log in as a DBA
(2) Alter user Scott account unlock;//then unlock
(3) Conn Scott/tiger//Popup A Password Change dialog box, modify the password can be
In the run input cmd in the DOS mode input sqlplus, the system user name login, password is just loaded Oracle self-filled password orcl, log in after.
Sql> Conn Sys/sys as SYSDBA; (Semicolons are required but I am logged in as system this should not be written Conn Sys/sys as SYSDBA should write Conn SYSTEM/ORCL as SYSDBA;)
Connected.
sql> alter user Scott account unlock;
User altered.
Sql> commit;
Commit complete.
Sql> Conn scott/tiger//Please enter a new password and confirm the OK
Password changed
Connected.
At this time again to plsql developer inside to Scott/tiger login on it can be .....
User name/password for Oracle 10g default installation
Username
Password
Description
See Also
Ctxsys
Ctxsys
The Oracle Text account
Oracle Text Reference
Dbsnmp
Dbsnmp
The account used by the Management Agent component of Oracle Enterprise Manager to monitor and manage the database
Oracle Enterprise Manager Grid Control installation and Basic Configuration
Lbacsys
Lbacsys
The Oracle Label Security Administrator account
Oracle Label Security Administrator ' s Guide
Mddata
Mddata
The schema used by Oracle Spatial for storing Geocoder and router data
Oracle Spatial User ' s Guide and Reference
Mdsys
Mdsys
The Oracle Spatial and Oracle Intermedia Locator Administrator account
Oracle Spatial User ' s Guide and Reference
Dmsys
Dmsys
The Oracle Data Mining account.
Oracle Data Mining Administrator ' s Guide
Oracle Data Mining Concepts
Olapsys
MANAGER
The account used to create OLAP metadata structures. It owns the OLAP Catalog (cwmlite).
Oracle OLAP Application Developer ' s Guide
Ordplugins
Ordplugins
The Oracle intermedia user. Plug-ins supplied by the Oracle and third party format Plug-ins is installed in the this schema.
Oracle intermedia User ' s Guide
Ordsys
Ordsys
The Oracle Intermedia Administrator account
Oracle intermedia User ' s Guide
Outln
Outln
The account that supports plan stability. Plan stability enables you-maintain the same execution plans for the same SQL statements. OUTLN acts as a role to centrally manage metadata associated with stored outlines.
Oracle Database Performance Tuning Guide
Si_informtn_schema
Si_informtn_schema
The account, stores the information views for the SQL/MM still Image standard
Oracle intermedia User ' s Guide
SYS
Change_on_install
The account used to perform database administration tasks
Oracle Database Administrator ' s Guide
Sysman
Change_on_install
The account used to perform Oracle Enterprise Manager database administration tasks. Note that SYS and SYSTEM can also perform these tasks.
Oracle Enterprise Manager Grid Control installation and Basic Configuration
SYSTEM
MANAGER
Another account used to perform database administration tasks
Three ways for Oracle users to unlock and default user and password