Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Service entry

RE: Service entry

From: Bill Jonte <BJonte_at_amctheatres.com>
Date: Thu, 8 Jun 2000 17:21:39 -0500
Message-Id: <10522.108315@fatcity.com>


Here is an example of a tnsnames entry using service. I am using this to connect to a Oracle RDB 7.0 database using SQLServices & SQLNet (OCI).

tmw.world =

   (DESCRIPTION =
    (ADDRESS_LIST =

        (ADDRESS = 
	    (COMMUNITY = TCP_COM.world)	

(PROTOCOL = TCP)
(Host = xyz)
(Port = 1527)
)

    )
    (CONNECT_DATA =
        (SERVICE = MOVIE_WATCHER)
    )
  )

Regards,

Bill Jonte
IT - Technical Services
Bjonte_at_AMCTheatres.com
816-221-4000 ext. 781

-----Original Message-----
From: Miller, Jay [mailto:JayMiller_at_TDWaterhouse.com] Sent: Thursday, June 08, 2000 4:19 PM
To: Multiple recipients of list ORACLE-L Subject: RE: Service entry

Most often I've seen the term used in reference to the tnsnames.ora entry.

-----Original Message-----
Sent: Thursday, June 08, 2000 12:47 PM
To: Multiple recipients of list ORACLE-L

On Wed, 7 Jun 2000, Mr. Majestic wrote:

> What is meant by a service entry? Is this the host name? >

Huh?

Please supply some context.

Jared Still
Certified Oracle DBA and Part Time Perl Evangelist ;-) Regence BlueCross BlueShield of Oregon
jkstill_at_bcbso.com - Work - preferred address jkstill_at_teleport.com - private

-- 
Author: Jared Still
  INET: jkstill_at_bcbso.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
also send the HELP command for other information (like subscribing).
-- 
Author: Miller, Jay
  INET: JayMiller_at_TDWaterhouse.com

Fat City Network Services    -- (858) 538-5051  FAX: (858) 538-5051
San Diego, California        -- Public Internet access / Mailing Lists
--------------------------------------------------------------------
To REMOVE yourself from this mailing list, send an E-Mail message
to: ListGuru_at_fatcity.com (note EXACT spelling of 'ListGuru') and in
the message BODY, include a line containing: UNSUB ORACLE-L
(or the name of mailing list you want to be removed from).  You may
Received on Thu Jun 08 2000 - 17:21:39 CDT

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US