Default values for SQLPLUSW.EXE [message #52688] |
Tue, 06 August 2002 12:19 |
Alan
Messages: 68 Registered: October 1999
|
Member |
|
|
I'm taking an Oracle class where everything is setup. I wanted to get out of the lab and setup 8i personal edition at home. After installing, I try to launch SQLPLUSW.EXE, and it asks me for
User Name:
Password:
Host String:
In the lab, those are all defined. How do I setup those values? What are the defaults? What is the next step?
Sorry for the newbie questions,
Alan
alan@ugtv.org
|
|
|
Re: Default values for SQLPLUSW.EXE [message #52707 is a reply to message #52688] |
Wed, 07 August 2002 10:03 |
Sanjay
Messages: 236 Registered: July 2000
|
Senior Member |
|
|
It is asking for the username, password and host string of the database you wanted to connect to.
If you created the sample database while installing Oracle8i PE, then try the following
username: scott
password: tiger
Host string: orcl or just press enter
NOTE: make sure the database is already started.
Good luck.
|
|
|