What is my UserName, Password and Host String - Confused!!! [message #3446] |
Fri, 27 September 2002 06:50 |
Christopher Frankland
Messages: 2 Registered: June 2001
|
Junior Member |
|
|
Hi,
I installed Oracle 9i on my Windows 2000 Pro machine. During the installation process, I don't remember being asked for a UserName, Password or HostString. However, when I attempt to log onto SQL Plus, I am asked for all 3.
How do I find out what my UserName, Password and HostString is?
I am sure this is a really basic problem, but any help would be much appreciated :)
Thanks, Chris
|
|
|
Re: What is my UserName, Password and Host String - Confused!!! [message #3447 is a reply to message #3446] |
Fri, 27 September 2002 07:03 |
|
Mahesh Rajendran
Messages: 10708 Registered: March 2002 Location: oracleDocoVille
|
Senior Member Account Moderator |
|
|
default username/password are
scott/tiger ( regular user)
sys/change_on_install (super user)
system/manager (super user)
connect string is what u configure in tnsnames.ora
if you database is in the same machine as client, then
no need to give connect string or the hoststring during login.
NOTE:
with 9i
u have to log sys as sysdba.
sys/change_on_install as sysdba
|
|
|