Skip to Main Content

Berkeley DB Family

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

A common DTD in DB XML

637288Aug 3 2009 — edited Aug 3 2009
Hi,

1) I have a bunch of XML files that are using a number of entities that are defined in some DTD. Is it possible to set this DTD "container-visible", but not include a reference to it in every document?
2) Does DB XML perform caching of external DTDs? Fetching the same external DTD for every document might be somewhat expensive.

As a side-effect question: if I use my own XmlResolver and resolve for example document doc(foo) to let's say collection()/<Some_XPath_expression>, and then use this doc(foo) in XQuery, will DB XML benefit from indices. I.e. will it be different in terms of effiency from the variant where I use only collection()/<Some_XPath_expression> ?


Thanks in advance,
Vyacheslav
This post has been answered by Laurenfoutz-Oracle on Aug 3 2009
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 31 2009
Added on Aug 3 2009
6 comments
3,417 views