Re: SQLNet v1 and v2 - can they coexist on the same server?

From: Information Advantage <zzz6351_at_epx.cis.umn.edu>
Date: 1995/07/14
Message-ID: <3u6dat$638_at_epx.cis.umn.edu>#1/1


: Are V1 Connect strings required in the tnsnames.ora file? I have one in
: there, but I'd appreciate it if someone could show me their tnsnames.ora
: file so I can compare.
 

: Should I start "orasrv" and "lsnrctl start" in any particular order?
 

: I hope someone can help....
 

: Tom

Tom,

Both version of SQL*Net can be run on the machine at once. The tnsnames.ora file should contain both V1 and V2 format strings in it.

Here is a copy of one of mine :
############ V2 services ############### ds9ora=
 (DESCRIPTION=
   (ADDRESS_LIST=

     (ADDRESS=
       (PROTOCOL=TCP)
       (HOST=ds9)
       (PORT=1521)
     )

   )
   (CONNECT_DATA=
     (SID=SID)
     (SERVER=dedicated)

   )
 )
############ V1 connect string ############# HPORA = T:ds9:SID
IBMORA = T:picard:SID

Since we don't currently use the V2 services I cannot claim that the V2 entry works, but my understanding is that it should.

I don't kniw why you are receiving so many error messages, I have not experienced those here.

Kurt Mehlhoff
kurt_at_infoadv.mn.org Received on Fri Jul 14 1995 - 00:00:00 CEST

Original text of this message