Other News

Community

Why XML 1.1?

(Eric van der Vlist) I’d better say it right now, though XML 1.1 and namespaces in XML 1.1 do not include that many changes compared to XML 1.0 and namespaces in XML 1.0, these changes are enough to break the compatibility: a well formed XML 1.1 document isn’t necessarily a well formed XML 1.0 docum

Community

Chapter 5: Reading XML

(Elliotte Rusty Harold) Writing XML documents is very straightforward, as I hope Chapters 3 and 4 proved. Reading XML documents is not nearly as simple. Fortunately, you don’t have to do all the work yourself; you can use an XML parser to read the document for you. The XML parser exposes the content

Community

Oracle SQL*Loader Overview

SQL*Loader is the primary method for quickly populating Oracle tables with data from external files. It has a powerful data parsing engine that puts little limitation on the format of the data in the datafile. SQL*Loader is invoked when you specify the sqlldr command or use the Enterprise Manager in

Community

External Tables in Oracle 9i

(Ajay Gursahani) This article gives a brief understanding about External tables. External Tables are defined as tables that do not reside in the database, and can be in any format for which an access driver is provided. This external table definition can be thought of as a view that allows running a