An introduction to Oracle XML DB in Oracle Database 11g Release 2 was presented. Key points include:
1) Oracle XML DB allows for the storage, indexing, and querying of XML data and documents within the database using the XMLType data type and XQuery.
2) XML is widely adopted for data exchange and content management due to open standards and its flexible yet verifiable data model.
3) XML data can be loaded into the database using SQL Loader or by specifying files using the BFILE constructor with a directory object.