Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Relationship between SID and Database name
In article <7th07d$r9q$1_at_nnrp1.deja.com>,
Wesley <wesleyto_at_my-deja.com> wrote:
> Hi,
>
> Could anyone tell me the Relationship between SID and Database
> name?
>
> TIA.
>
> Sent via Deja.com http://www.deja.com/
> Before you buy.
>
The Database name is the name of the database (!) which is declared in your init.ora (db_name parameter). This name is referenced in all your controlfiles : that the physical name.
The SID is an alias for the instance you mount when you start up the database, it can be different of db_name parameter in so far as you could have several instances on a database.
hope this help,
Sent via Deja.com http://www.deja.com/
Before you buy.
Received on Thu Oct 07 1999 - 04:02:33 CDT
![]() |
![]() |