Re: [GENERAL] constraint on type object in oracle

2006-01-06 Thread John Meyer
Florent Garcin wrote: Hello! I've a project to implement in oracle using odmg and I'm stuck... Hi, I'm kind of new here, but shouldn't you be asking Oracle questions in oracle mailing lists? ---(end of broadcast)--- TIP 1: if posting/reading th

[GENERAL] constraint on type object in oracle

2006-01-06 Thread Florent Garcin
Hello! I've a project to implement in oracle using odmg and I'm stuck... Assume that we have the following script: create or replace type Tmyenum is object ( myenum varchar2(10) ); create or replace type a is object ( ... ); create or replace type b under a ( bla Tmyenum, ...