Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: configuring oracle can anybody help
>well i have installed oracle 8i on win nt server machine well first it was
>real great now i have to configure the host string and the clients which are
>nt workstation i have installed oracle 8i clients on them. now how do i
>configure the server and the host string so that the server and the clients
>talk to each other.
>can somebody help me configure the server and the clients please
>after installing it asked me the global database name (if i am not wrong)
>and i entered
>ora.winwin
>after that i dont know what to do i went to the net8 easy config it is
>asking for my host name and service name
>now what is this service name
>and when i hit the test button it says no listener
>i dont know what to do can somebody help me configure the whole thing i am
>new to this
>thanks in advance
>munir
>
The service name is usually the instance name (ORACLE SID).
To see if there is a listener running open up a DOS box and type
lsnrctl stat
If it's running you should get a message indicating when it was started and
then a list of services that it is listening for. If it is not running type
lsnrctl start
Then, assuming your SQL*Net configuration files are okay it should start up and
again list the services it is listening for.
You should then be able to connect your clients.
HTH,
Rob (rob.fegan_at_coracle.com)
Received on Tue May 30 2000 - 00:00:00 CDT
![]() |
![]() |