| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.misc -> Re: Definitions Help
David Parry <dparry_at_nu-pharm.com> wrote in article
<342A7721.3B8F_at_nu-pharm.com>...
> What is the definition and difference between:
>
> 1)Database
> 2)Instance
> 3)SID
OK, I'm going to have a stab at it with a simple and pure technical
definition. All flames to /dev/null please. :-)
Database = files/raw devices that are used for storing data and indexes for tables, and other database/system related information and structures.
SID = (system id) the name given to an Oracle database (see initSID.ora and v$database).
(but a SID can also be:)
SID = (session id) Oracle id for a session (see v$session).
Instance = database engine - multiple database engines can run for the same database (see v$instance and v$active_instances)
Er..I hope I haven't confused you. :-)
regards,
Billy
Received on Fri Sep 26 1997 - 00:00:00 CDT
![]() |
![]() |