When oracle is installed it creates a number user almost 20.
At the time of installation except the DBA accounts all others are LOCKED by default.
Which can be unlocked at the time of installation orlater on by logging in through the DBA accounts.
In your case it seems SCOTT account is locked.
u can login as SYS/AS SYSDBDA
then unlock the scott account
by
alter user scott identified by tiger account unlock;
Hope that helps u in solving your problem.
Reputation Points: 665
Solved Threads: 427
Posting Genius
Offline 6,406 posts
since Feb 2007