Username and Password problems for 10g SQL Plus? [message #450700] |
Thu, 08 April 2010 16:08 |
arrg
Messages: 6 Registered: April 2010
|
Junior Member |
|
|
Can someone please help me I just installed Oracle 10g with SQL Plus for a class, I am taking this semester and I do not know how to start using Plus. When I start it up it promts me for a username and password. I do not have one or know where to go to make one. I just typed in my name and made up a password hoping that it was asking me to make one but that did not seem to work.
Please help I am falling behind this class enough I need to pass so I can graduate. Thank you for looking.
|
|
|
Re: Username and Password problems for 10g SQL Plus? [message #450701 is a reply to message #450700] |
Thu, 08 April 2010 16:20 |
ThomasG
Messages: 3212 Registered: April 2005 Location: Heilbronn, Germany
|
Senior Member |
|
|
SQL*Plus is just the client program to access an Oracle database on a database server.
Do you have installed the server components and the example database or have you just installed the client?
Also, the server setup is depended on the operating system. What operating system do you have?
If you have installed a server, and if you are on the OS command shell of the server, you can set the environment variable ORACLE_SID to the SID of the Oracle database and connect with
without a user name and password.
|
|
|
Re: Username and Password problems for 10g SQL Plus? [message #450703 is a reply to message #450701] |
Thu, 08 April 2010 17:02 |
arrg
Messages: 6 Registered: April 2010
|
Junior Member |
|
|
I installed the full version that was on disc(s) which installed a folder called devsuitehome2 and another folder called Oracle Developer Suite devsuitehome2. I do not see anything called server in those folders. I have installed this directly to my laptop and I am only connected to a home network currently.
I am running Windows Vista.
I hope this helped.
|
|
|
|
|
|
|
Re: Username and Password problems for 10g SQL Plus? [message #450715 is a reply to message #450710] |
Thu, 08 April 2010 18:42 |
arrg
Messages: 6 Registered: April 2010
|
Junior Member |
|
|
okay my professor gave me a differnt copy to try because he said the version in the book was a little wonky. So he gave me a file. Does anyone know how to uninstall? Oddly enough it's not in the unintall menu and I can not find an executable to uninstall it in the programs menu...
|
|
|
|
|
|
Re: Username and Password problems for 10g SQL Plus? [message #450738 is a reply to message #450717] |
Fri, 09 April 2010 00:52 |
|
Littlefoot
Messages: 21823 Registered: June 2005 Location: Croatia, Europe
|
Senior Member Account Moderator |
|
|
Perhaps you should have installed Oracle 10g Express Edition database instead.
Doing so, you'd get a database and SQL*Plus as a tool to work with that database. Developer Suite contains SQL*Plus along with Forms and Reports Developers (with no database, as Kevin has told you), but it seems that you don't need those at the moment. If you need them sometime in the future, no problem - the database will still be here, you'll just connect Forms or Reports to it.
|
|
|