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: Question about database and service name

Re: Question about database and service name

From: <Reginald.W.Bailey_at_jpmorgan.com>
Date: Thu, 05 Sep 2002 10:35:14 -0800
Message-ID: <F001.004C8CD9.20020905103514@fatcity.com>

Mr. Estevez:

The service names are defined in the init.ora using the service_names parameter. You can have several names separated by commas and white space to represent service names. The Listener can listen for a specific service name if you list it in the listener.ora file. Oracle8, 8i and 9i databases are self registering with the listener so the listener will be aware of what name(s) the database will answer to. To uniquely identify a database instance you can use the four parameters of db_name, db_domain, instance_name and service_names in the init.ora file. By default , the service name is the db_name and the db_domain combined. The db_name has traditionally been equal to the SID. The instance name can be longer and more meaningful, especially if you are running in parallel server mode.

I hope this clears this up somewhat. Check the Oracle9i Database Reference
(A96536-01) or the Oracle8i equivalent.

RWB "Ramon E. Estevez" <com.banilejas_at_codetel.net.do>@fatcity.com on 09/05/2002 11:38:26 AM

Please respond to ORACLE-L_at_fatcity.com

Sent by: root_at_fatcity.com

To: Multiple recipients of list ORACLE-L <ORACLE-L_at_fatcity.com> cc:

Hi list,

Reading the OU manuals Oracle 9i DBA Fundamentals II , in chapter 2 page 12, found

1-) An oracle database is represented to clients as a service.

2-) A database can have one or more services associated with it.

3-) A database can be presented as multiple services and a service can be implemented as multiple database
       instances.

For the No. 2 :
      I interpret that I can have 2 or 3 or 4 services for just ONE DB. Is that correct ?.  How can I do that ?

For the No. 3:
      I interpret that I can refer to the same DB with differents names.

As far as I understand, the DB instance name is unique, it can't be changed.  So how can I create several services names for one DB.

Or is just a trick in the TNSNAMES.ORA and LISTENER.ORA files.

Please can anyone give some light in that, I am totally confused !!!

Ramon E. Estevez
com.banilejas_at_codetel.net.do
809-565-3121

-- 
Please see the official ORACLE-L FAQ: http://www.orafaq.com
-- 
Author: 
  INET: Reginald.W.Bailey_at_jpmorgan.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).
Received on Thu Sep 05 2002 - 13:35:14 CDT

Original text of this message

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