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
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>