Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: Tnsnames.ora question
These are typically meant for local connections on the same box.
In Personal Oracle you definitely need the second one.
I personally wouldn't delete them, they don't do any harm.
Hth,
Sybrand Bakker, Oracle DBA
tedchyn_at_yahoo.com wrote in message <7j3efs$khh$1_at_nnrp1.deja.com>...
>sir, What are the following entries(Beg_local.world,Tcp-loopback.world)
>in tnsnames.ora do (nt)?
>
>Thanks in advance.
>
>Ted Chyn(tedchyn_at_yahoo.com)
>
>Beq-local.world =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS =
> (PROTOCOL = BEQ)
> (PROGRAM = oracle80)
> (ARGV0 = oracle80ORCL)
> (ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))')
> )
> )
> (CONNECT_DATA = (SID = ORCL)
> )
> )
>Tcp-loopback.world =
> (DESCRIPTION =
> (ADDRESS_LIST =
> (ADDRESS =
> (PROTOCOL = TCP)
> (Host = 127.0.0.1)
> (Port = 1521)
> )
> )
> (CONNECT_DATA = (SID = ORCL)
> )
> )
>
>
>
>Sent via Deja.com http://www.deja.com/
>Share what you know. Learn what you don't.
Received on Thu Jun 03 1999 - 14:25:51 CDT
![]() |
![]() |