Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: HOW TO CONFIGURE ORACLE7 TNSNAMES UNDER NT4?
You will need of course to configure both listener.ora on the server and
tnsnames.ora on the server and all clients.
You need to use the named pipe protocol if you want to use netbeui.
The usual entry is something like
service= (address_list=(address=(protocol=NMP)(server=<your server
name>)(PIPE=orapipe)))
Hth,
PS Where did you find that version? In a museum? Hopefully this is not a
production system on a commercial type, because it was desupported years
ago.
--
Sybrand Bakker, Oracle DBA
Chroma <test_at_chromazone.demon.nl> wrote in message
news:941621754.1907.0.pluto.d4ee2f03_at_news.demon.nl...
> I run Oracle Workgroup server 7.0.15 on NT4, using netbios/netbeui as the
> network protocol. Can anyone tell me how to configure my tnsnames.ora? For
> some reason, the client keeps on giving the error 'tns cannot resolve
> service name', although I installed the Workgroup Server 7 client on the
> calling pc.
>
> Martijn
>
>
Received on Wed Nov 03 1999 - 04:29:03 CST
![]() |
![]() |