network adaptor error [message #130822] |
Tue, 02 August 2005 14:32 |
shaharbano
Messages: 2 Registered: August 2005 Location: hyd
|
Junior Member |
|
|
hi
i am really new to oracle
i have installed oracle 8i on windows xp , first time it worked gr8 but as i reboot my pc its not coming as i login with scott\tiger or system\manager it gives an error network adaptor error .....
plz also specify what are ideal names for SID net service name port, host
thanks in advance
|
|
|
|
|
Re: network adaptor error [message #131490 is a reply to message #130822] |
Sun, 07 August 2005 10:17 |
rkl1
Messages: 97 Registered: June 2005
|
Member |
|
|
Please go to the services applet and see if the listner is running there.You may have set the service manual for oracle listener.set it to automatic so everytime you boot the computer, listener will be strated automatically. you can go to services from the run using the command services.msc and then hit enter.You may also try from the command prompt to see what oracle services are runnin:
net start|find /i "oracle"
also from command prompt:use the command lsnrctl
which will put you to listner command prompt: lsnrctl>status
if the listener is not running, then use the command start. finally you may see the services it is taking care of, lsnrctl>services
thanks.
|
|
|