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

Home -> Community -> Usenet -> c.d.o.server -> Re: Difference between SID and SERVICE_NAME

Re: Difference between SID and SERVICE_NAME

From: Howard J. Rogers <dba_at_hjrdba.com>
Date: Mon, 15 Jul 2002 22:34:54 +1000
Message-ID: <agufg4$238$1@lust.ihug.co.nz>

"Martin Haltmayer" <Martin.Haltmayer_at_d2mail.de> wrote in message news:3D328316.E39AF08F_at_d2mail.de...
> Hello Marcel,
>
> one reason is using Parallel Server (or RAC). To use Transparent
Application
> Failover or Load Balancing you must use service_names (it may work with
the same
> SIDs at both cluster nodes but this is advised against).
>
> Next reason to keep the old syntax is the need of changing a lot of
clients'
> tnsnames.ora files. Imagine a big company having thousands of clients,
each with
> one tnsnames.ora accessing three different instances. Changing them may be
a
> nightmare.
>

Time to sack the DBA who didn't suggest Names Server. Honestly! Do you really think an installation with "thousands of clients" would use tnsnames?

Changing them would indeed be a nightmare, but then it shouldn't have happened in the first place.

HJR
> A third reason may be the Net8 API through which you may offer your own
> services.
>
> HTH.
>
> Martin
>
>
>
> Marcel Kraupp wrote:
> >
> > Hello Everybody
> >
> > Today, we had an issue where we'd regularly would get
> > an "ORA-03123 operation would block" error. This
> > could be solved by changing the entry in tnsnames.ora
> > using SERVICE_NAME=xyz instead of SID=xyz
> >
> > Now, while this seems perfect to live with, it still makes
> > me wonder what the difference between SID and SERVICE_NAME
> > is. I was led to believe that SID is used up to and including
> > 8i, while SERVICE_NAME is used 8i onwards, but basically mean
> > the same thing. Obviously, they don't. Who can enlighten me?
> >
> > TIA
> > MK
Received on Mon Jul 15 2002 - 07:34:54 CDT

Original text of this message

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