Why do I need two of them? When I have to use one or another?
|
1
|
|
|
|
|
|
@DAC
Not strictly true.. SID = unique name of the INSTANCE (eg the oracle process running on the machine). Oracle considers the "Database" to the be files. Service Name = alias to an INSTANCE (or many instances). The main purpose of this is if you are running a cluster, the client can say "connect me to SALES.acme.com", the DBA can on the fly change the number of instances which are available to SALES.acme.com requests, or even move SALES.acme.com to a completely different database without the client needing to change any settings. |
||
|
|
|
|
Please see: http://www.sap-img.com/oracle-database/finding-oracle-sid-of-a-database.htm
In short: SID = the unique name of your DB, ServiceName = the alias used when connecting |
||
|
|
|
|
The SID is the local name of the database on your system, and the Service Name is the name of the system to the outside world. For example, you might have have a staging database and a production database with the same SID but referenced with 2 different service names:
|
||
|
|
