You need to login at console only or else use the SQL Developer.
SQL * PLUS is not shipped with 11g anymore.
Check if your database service is up and running.
debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
The screen shot shows the SCOTT account was not unlocked during installation.
1.login to the system account (password setting for this is compulsary,so you would have done that).
2.unlock the scott account.
3.change the password to what ever you want.
Start using.
to use sql developer, browse and set the path to javaw.exe (it will bw available under oracle home directory--bin sub directory)
debasisdas
Posting Genius
6,872 posts since Feb 2007
Reputation Points: 666
Solved Threads: 434
You could also try this.
Open a command DOS window
c:\> set oracle_sid=orcl
c:\> sqlplus / as sysdba
That should get you in. You can then unlock scott and reset the system password if you don't know what it is.
alistair
alit2002
Junior Poster in Training
52 posts since Dec 2006
Reputation Points: 10
Solved Threads: 3
Hi
At the command line set the oracle sid name
C:\> set oracle_sid=orcl (use your database name)
C:\> sqlplus / as sysdba
SQL>
Cheers
Alistair
alit2002
Junior Poster in Training
52 posts since Dec 2006
Reputation Points: 10
Solved Threads: 3