Guest_imported
New member
- Jan 1, 1970
- 0
Hello
I trayed to create an object table by the following statement :
create table person_objecttable of person_objecttype (id_person PRIMARY KEY )
Object id Primary Key
Of caurse ,person_objecttype is an object type ,and i have this error :
Ora-00406 param.compatible doit etre 8.1.0.0.0 ou plus
When I delete the second line " Object id Primary Key "
the table was created ,but i don't know why oracle 8i entreprise edition don't accept this althout in the object-relationnel feature developer guide there is example of this instruction .
Thank for your help
I trayed to create an object table by the following statement :
create table person_objecttable of person_objecttype (id_person PRIMARY KEY )
Object id Primary Key
Of caurse ,person_objecttype is an object type ,and i have this error :
Ora-00406 param.compatible doit etre 8.1.0.0.0 ou plus
When I delete the second line " Object id Primary Key "
the table was created ,but i don't know why oracle 8i entreprise edition don't accept this althout in the object-relationnel feature developer guide there is example of this instruction .
Thank for your help