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

Home -> Community -> Usenet -> c.d.o.server -> How to Represent Enum Types and Relationships in Oracle

How to Represent Enum Types and Relationships in Oracle

From: David Hammond <david_hammond_at_yahoo.com>
Date: Thu, 16 Jan 2003 11:52:10 -0000
Message-ID: <b066ci$o5f$1@wotsit.aston.ac.uk>


Hi, I'm developing a object database in Oracle 8 but am having a few problems represents enumeration types and relationships.

I have used the ODBMG schema for a logical model and have the following:-

        attribute enum credit-rating{poor,normal,good) credit-rating;

and relationships of the type

        relationship set<order> placed by inverse order::places;
        relationship customer places inverse customer::placed by;

how do I implement these in Oracle 8, there seems to be no obvious on-line help, which is strange?

Thanks.
David. Received on Thu Jan 16 2003 - 05:52:10 CST

Original text of this message

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