I think you have not unlocked your
scott user account
while installation,please follow the steps below to unlock you scott account .
When you started installing oracle ,it asked for
global database name
and database password
that password is used for the sys system sysman dbsnmp account
.- SQL> conn user/password;SQL> conn scott/tiger;
Error message is displayed: the account is locked.
- Try to login as
"system"
- passSQL> conn system/password;
- Unlock "scott"
SQL> alter user scott account unlock;
- Can change
"tiger"
:SQL> alter user scott identified by tiger;
- SQL> conn scott/tiger; -Success
scott account
is locked in 11g due to security thinking,
Now you can type
Connection Name :ORCL
,username:Scott
,password:tiger
to login
No comments:
Post a Comment