Oracle is not really my subject but as a general principle loading large documents can cause problems. I take it that is what you meant by
Quote:
|
quote:read the entire document at once
|
. As a rule of thumb loading via DOM needs three times the size of the document as RAM, this might be a problem if it is opened separately by many users. You would need to use a different approach, SAX or the .NET style XmlReader.
--
Joe