Skip to main content

ORA-28000: the account is locked for SCOTT


First time you try to login as scott/tiger, it would throw an error as shown below,



To get rid of this error, login as SYSTEM for password use the password that was speficied during step3 of this installation process.

Once logged in, use the sql statement below to unlock scott user.

Once this is done, login as scott tiger and it should work. It might as to change the old password with a new one, In this case use "tiger" as old password.

Comments

Khaidem Poland said…
I am able to access to Scott user :)
chandini said…
system user itslf locked.........what to do sir please help
Unknown said…
Hello sir....this scott user doesn't access in my laptop....and i m also doing the same thing as u mention above


SQL*Plus: Release 10.2.0.1.0 - Production on Mon Dec 15 11:44:03 2014

Copyright (c) 1982, 2005, Oracle. All rights reserved.

ERROR:
ORA-01017: invalid username/password; logon denied



Connected to:
Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - Production
With the Partitioning, OLAP and Data Mining options

SQL> alter user scott account unlock
2 ;

User altered.

SQL>
SQL>
SQL>
SQL>
SQL> show user
USER is "SYSTEM"
SQL>
SQL>
SQL>

Popular posts from this blog

Basics of RDBMS

Data Small set of information becomes data, this set of information helps make decision. Data is always some useful information. Database Place where you store the data. Database represents some aspect of the real world called "miniworld". A database is designed, built and populated with data for a specific purpose. It has intended group of users and some preconceived applications in which these users are interested. In other words, a database has some source from which data is derived, some degree of interaction with events in the real world and an audience that is actively interested in the contents of the database. Database can also be defined as collection of one or more tables. Ex: Mobile, human brain etc DBMS (Database Management System ) Is a program that stores retrieves and modifies data in the database on request. Study of different techniques of design, development and maintenance of the database Types of DBMS These types are based upon their m...

Installing Oracle 10g Database

Once you have downloaded the software from www.oracle.com/downloads , following steps can be used to install the software. 1. Unzip the dump downloaded from oracle.com 2. Once Unzipped, click on setup.exe to run Oracle Universal Installer Program. This will open a window as shown below.