Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: TNSPING to Oracle without Entry in TNSNAMESORA
> In addition: if you want that, without switching oracle_sid settings
> all the time, try this in tnsnames.ora:
> DES2 =
> (DESCRIPTION =
> (ADDRESS = (PROTOCOL = BEQ)(PROGRAM = oracle)(ARGV0 = oracleDES2)
> (ARGS = '(DESCRIPTION=(LOCAL=YES)(ADDRESS=(PROTOCOL=beq)))'))
> (CONNECT_DATA =
> (SID = DES2)
> )
> )
> Replace _all_ DES2 with your own SID (apart from the 1st one, which
> doesn't
> matter).
Does that also work with TCP/IP?
Regards
Nicolas
Received on Wed Feb 06 2002 - 13:36:40 CST
![]() |
![]() |