Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Desperatly connecting to Oracle 7.2
If must choose the TNS protocol in the BDE.
Alen Selimbegovic <jkemfelj_at_public.srce.hr> wrote in article
<01bc9766$84f8fda0$691449ad_at_pcaselim.amex>...
> I'm trying to connect Delphi 2.0 with Oracle 7.2 over native TCP/IP
> (using SQL Net 2.2.2 which is part of Designer 1.3).
> I'm getting ORA-06105 NETTCP: remote host is unknown
> error mesage (in database explorer or desktop).
> What am I doing wrong , and how to fix it?
>
> tnsnames.ora:
>
> pom.world =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS =
> (COMMUNITY = tcp.world)
> (PROTOCOL = TCP)
> (Host = 173.73.20.250)
> (Port = 1521)
> )
> (ADDRESS =
> (COMMUNITY = tcp.world)
> (PROTOCOL = TCP)
> (Host = 173.73.20.250)
> (Port = 1526)
> )
> )
> (CONNECT_DATA = (SID = tst)
> )
> )
>
> BDE configuration:
>
> vendor init: ora72.dll (its directory is in the PATH)
> server name: pom or pom.world or t: 173.73.20.250:tst
> --
> jkemfelj_at_public.srce.hr
> Alen Selimbegovic AMEX Zagreb
>
Received on Thu Jul 24 1997 - 00:00:00 CDT
![]() |
![]() |