error with create object relational or binary xml
600930Jul 21 2008 — edited Jul 23 2008hi guys
i register my schema but i'm trying to create xmltype as object relational but i got error as following
1 create table ORNS of xmltype
2 xmltype store as object relational
3 XMLSCHEMA "http://homepagezz.com/Movies.xsd"
4* ELEMENT "movies"
SQL> /
create table ORNS of xmltype
*
ERROR at line 1:
ORA-00902: invalid datatype
------------------------------
also when i create xmltype store as binary xml , i got error as the following
create table ORB of xmltype
xmltype store as binary xml
XMLSCHEMA "http://homepagezz.com/Movies.xsd"
ELEMENT "movies"