943,791 Members | Top Members by Rank

Ad:
  • Oracle Discussion Thread
  • Unsolved
  • Views: 22058
  • Oracle RSS
You are currently viewing page 1 of this multi-page discussion thread
Apr 9th, 2007
0

password for sql plus

Expand Post »
i hav just installed oracle 8i on my laptop
but i am not able to open the sql plus
what is the user name & password??
i hav tried scott &tiger but not working
please reply soon
Similar Threads
Reputation Points: 10
Solved Threads: 0
Newbie Poster
naren228 is offline Offline
1 posts
since Apr 2007
Jun 6th, 2007
0

Re: password for sql plus

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.
Featured Poster
Reputation Points: 665
Solved Threads: 427
Posting Genius
debasisdas is offline Offline
6,406 posts
since Feb 2007
Apr 26th, 2008
0

Re: password for sql plus

i am having the same problem for oracle 9i .........
i downloaded it and installed it ...
but i just cant log-in ...

any clues how to resolve this problem
Reputation Points: 10
Solved Threads: 0
Light Poster
grii_19 is offline Offline
30 posts
since Jul 2007
Apr 26th, 2008
0

Re: password for sql plus

same way... Log in to the admin console and unlock the account(s) you want to use.
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
Apr 26th, 2008
0

Re: password for sql plus

And to be on the safe side for the future:
It works that way in Oracle 10g and Oracle 11i as well, and in Oracle XE as well.
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
Apr 26th, 2008
0

Re: password for sql plus

jwen ...

but i am new to this ....
so have no clue on how to login as admisn console ?
how to do tht ... can ya elaborate it ..

thanks for the help
Reputation Points: 10
Solved Threads: 0
Light Poster
grii_19 is offline Offline
30 posts
since Jul 2007
Apr 27th, 2008
0

Re: password for sql plus

check your product documentation.
Team Colleague
Reputation Points: 1658
Solved Threads: 331
duckman
jwenting is offline Offline
7,719 posts
since Nov 2004
May 7th, 2008
0

Re: password for sql plus

Click to Expand / Collapse  Quote originally posted by grii_19 ...
jwen ...

but i am new to this ....
so have no clue on how to login as admisn console ?
how to do tht ... can ya elaborate it ..

thanks for the help
Have you created a database? If so you would have specified the SYS and SYSTEM passwords. If you haven't done this bit then run the Database Configuration Assistant to help you create a database. If you have created a database and you are using sqlplus you may have to configure your tnsnames.ora file using the net configuration assistant.

Then you could connect using sqlplus

SYSTEM/passwd@tns_servicename

Regards

Alistair
Reputation Points: 10
Solved Threads: 3
Junior Poster in Training
alit2002 is offline Offline
52 posts
since Dec 2006
Dec 9th, 2008
0

Re: password for sql plus

Try this:
write /NOLOG for username and leave password blank.
Then write:
CONNECT / AS SYSDBA
And then:
alter user scott identified by tiger account unlock;
Reputation Points: 10
Solved Threads: 0
Newbie Poster
Cyrus11 is offline Offline
1 posts
since Dec 2008
Dec 24th, 2008
0

Re: password for sql plus

Forgot to mention that in 8i (assuming that you've created a database after installing the binaries) the default passwords are

SYSTEM / MANAGER
SYS / CHANGE_ON_INSTALL

In 9i you are prompted to supply these passwords when you create a database. Use the Database Creation Assistant to help you create a database.

Merry Christmas
Alistair
Reputation Points: 10
Solved Threads: 3
Junior Poster in Training
alit2002 is offline Offline
52 posts
since Dec 2006

This thread is more than three months old

No one has posted to this discussion for at least three months. Please let old threads die and do not reply to them unless you feel you have something new and valuable to contribute that absolutely must be added to make the discussion complete. Otherwise, please start a new thread in this forum instead.
Message:
Previous Thread in Oracle Forum Timeline: oracle PROCEDURE OR fucntion to calculate total price
Next Thread in Oracle Forum Timeline: Help Me... Normalization HW ..... plz plz





About Us | Contact Us | Advertise | Acceptable Use Policy
Forum Index | Build Custom RSS Feed


Follow us on Twitter


© 2011 DaniWeb® LLC