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

Home -> Community -> Usenet -> comp.databases.theory -> Re: domain questionnaire

Re: domain questionnaire

From: Jan Hidders <hidders_at_REMOVE.THIS.win.tue.nl>
Date: 25 Feb 2001 17:34:37 GMT
Message-ID: <97bfnd$sv4$1@news.tue.nl>

David Cressey wrote:
>
> The question about Codd's requirement that meta data be stored in the
> same kind of structures as data makes me think of a lower level
> issue:
>
> I've seen this done in two ways.
>
> The first is to have multiple schemas in a database. One of the
> schemas is "SYSTEM", or some such name, and the meta data is stored
> in there, for all the schemas (including itself).
>
> The second is to have a collection of tables with reserved names,
> such as "RDB$RELATIONS" in every schema.
>
> My preference is for the first of these two choices. But what are
> the pros and cons of each of the two choices?

At first sight I would say the following:

A DBMS might in principle even offer both approaches by using the first way plus offering default views as in the second way.

-- 
  Jan Hidders
Received on Sun Feb 25 2001 - 11:34:37 CST

Original text of this message

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