Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> DBURITYPE
With DBURITYPE the documentation says: "A DBUri must identify exactly a single data value, either an object type or a collection. If the data value is an entire row, you indicate that by including a ROW node. The DBUri can also point to an entire table."
If you try using DBURITYPE to return more than one row (except for when returning a full table) you'll get this error message: ORA-19003: Missing XML root element name.
Examples:
Is there a way to make DBURITYPE return more than one row? Could SPARE argument play a role in this?
This behavior doesn't seem to make any sense to me. It's OK to have DBUri Servlet return more than one row but with DBURITYPE you have to give a path that either returns the whole table or exactly a single row. Received on Sat Sep 24 2005 - 23:27:56 CDT