Oracle Database 11g: XML Development Student Guide

作者: Maclean Liu , post on October 26th, 2010 , English Version
【本站文章除注明转载外,均为本站原创编译】
转载请注明:文章转载自: Oracle Clinic – Maclean Liu的个人技术博客 [http://www.oracledatabase12g.com/]
本文标题: Oracle Database 11g: XML Development Student Guide
本文永久地址: http://www.oracledatabase12g.com/archives/oracle-database-11g-xml-development-student-guide.html

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:

  1. Oracle Database 11g: Java Development Student Guide
  2. Oracle Database 11g: Program Development Student Guide
  3. Oracle Database 11g: Security Student Guide
  4. Oracle Database 11g: High Availability Student Guide
  5. Oracle Database 11g: Performance Student Guide
  6. Oracle Database 11g: Scheduler Student Guide
  7. Oracle Database 11g: Diagnosability Student Guide
  8. Oracle Database 11g: Server Manageability Student Guide
  9. Oracle Database 11g: BI and Data Warehousing Student Guide
  10. Oracle Database 11g: New Features Overview eStudy Student Guide

Leave a Reply

  

  

  

You can use these HTML tags

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>