Help w/ setting up Oracle 9i [message #58914] |
Sun, 12 October 2003 18:09 |
Johnny
Messages: 15 Registered: October 2000
|
Junior Member |
|
|
I'm a little overwhelmed w/ all the stuff that was placed on my system after installation of oracle 9i. I installed it a few days ago and i've been unable to figure out how to start up the ora90Home service and the so called "Listener." All i'm trying to do is setup a simple database so i can practice creating/altering/accessing tables. I'm running winXP. Please help
|
|
|
|
Re: Help w/ setting up Oracle 9i [message #58920 is a reply to message #58915] |
Mon, 13 October 2003 13:47 |
Johnny
Messages: 15 Registered: October 2000
|
Junior Member |
|
|
I think the service has already been created and it has been set to automatically start at startup. Even though its listed as auto-start, i get this error whenever i try to connect to the db:
"ORA-12541: TNS:no listener"
When i manually start the service i get:
"Could not start the ORacleOracleHomeTNSListener service on Local Computer. Eror3: The System cannot find the path specified."
I was able to connect to the db through dos by performing the following commands:
c:> set oracle_sid=<YOUR_DB_SID_VALUE_HERE>
c:> sqlplus /nolog
SQL> connect scott/tiger
That allowed me to create/modify tables, but i would like to have it setup so that i could use OEM to perform those tasks. Please let me know what i must do to fix my problem. Thank you for your help
|
|
|
|
|
|