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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Database vs. Instance ?

Re: Database vs. Instance ?

From: Gabriel B. Gonzalez <gabriel_at_uci.edu>
Date: 1998/02/25
Message-ID: <34f3b4fd.77315313@news2.ibm.net>#1/1

On Wed, 25 Feb 1998 13:21:32 +0200, Leo Salminen <leo.salminen_at_ntc.nokia.com> wrote:

>If we follow that Oracle concept, there is two SCOTT users in one
>database or have I misunderstood some very basic idea ?

I think you misunderstand the concept a little. An "instance" is a database that is "loaded" into memory and "running." An instance is accessible to the users/clients.

A "database" is the physical set of files and their contents (tables, user definitions, etc...).

A database can have an instance, that's when you load Oracle on the server and tell it to "start up" a database. Then you have an instance of the database.

I do not think you can have two instances of the same database running at the same time on the same server.

>Does anyone know, why do Oracle define users and schema objects as parts
>of database, not as parts of an instance ?

Because the instance is gone as soon as you shut it down.

gg Received on Wed Feb 25 1998 - 00:00:00 CST

Original text of this message

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