Oracle Database 11g introduces a new storage model for XMLType. This new model, known as
binary XML, is in addition to the existing CLOB and object relational storage options. The binary
XML format is the new option for storing and manipulating XML data within the database. This
format is also used for transferring XML documents to and from clients and application tiers.
The binary XML:
- Is a binary serialization of XML infoset
- Is XML-schema aware, but it can also be used with XML data that is not based on an XML
- schema
- Is a post-parse persistence model
- Is data type aware and takes advantage of the native database data types
- Does not require data conversion during database insertion or retrieval
- Serves as an efficient XML exchange medium
- Supports backward compatible XML schema evolution. Backward compatible schema evolutions are those that do not require any changes to existing instance data.
D52430
View more documents from liumaclean.
© 2010, www.oracledatabase12g.com. 版权所有.文章允许转载,但必须以链接方式注明源地址,否则追究法律责任.
相关文章 | Related posts:
- Oracle Database 11g: Java Development Student Guide
- Oracle Database 11g: Program Development Student Guide
- Oracle Database 11g: Security Student Guide
- Oracle Database 11g: High Availability Student Guide
- Oracle Database 11g: Performance Student Guide
- Oracle Database 11g: Scheduler Student Guide
- Oracle Database 11g: Diagnosability Student Guide
- Oracle Database 11g: Server Manageability Student Guide
- Oracle Database 11g: BI and Data Warehousing Student Guide
- Oracle Database 11g: New Features Overview eStudy Student Guide




最新评论