oracle sid and database name
hi guys,
I am getting a bit confused by the ORACLE_SID and database name. I understand that an instance can be attached to just one database, and that a database can be attached to many instances.
Basically, when we are setting the values in our init.ora, are we setting values for the instance, or the database, or is it a mixture? i.e. the instance, and the database to which it can connect?
Also, is it the DB_NAME parameter that specifies which database the instance can connect to?
And why does it say in the [Oracle documentation |http://download.oracle.com/docs/cd/B10501_01/server.920/a96521/create.htm#1003921] that The value of the DB_NAME initialization parameter should match the SID setting. I thought they did not have to be the same?
thanks