Author: SSWUG Research

Community

Reading XML with the XmlReader

The XmlReader class is an abstract base class that provides non-cached, forward-only, read-only access. The XmlReader class checks that the XML is well-formed, and throws XmlExceptions if an error is encountered. It can read a stream or a document, and it implements the namespace requirements outlin

Community

Managing rollback segments

(James Giordano) Sizing rollback segments can be a difficult task, especially with new applications. A good rule of thumb when sizing a rollback segments is to start by creating each rollback segment with a total rollback segment size at 10% of the largest table in the database. I like to start by s