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_at_wotsit.aston.ac.uk>



[Quoted] [Quoted] Hi, I'm developing a object database in Oracle 8 but am having a few [Quoted] 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 - 12:52:10 CET

Original text of this message