Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

How Are XML Schema-Based XMLType Structures Stored?

stored structures XML xmltype
0
10 Posted

How Are XML Schema-Based XMLType Structures Stored?

0
10

XML Schema-based XMLType structures are stored in one of the following ways: In underlying object type columns. This is the default storage mechanism. SQL object types can be created optionally during the XML schema registration process. See “Creating XMLType Tables and Columns Based on XML Schema”. See “Specifying SQL Object Type Names with SQLName, SQLType Attributes”. In a single underlying LOB column. Here the storage choice is specified in the STORE AS clause of the CREATE TABLE statement: CREATE TABLE po_tab OF xmltype STORE AS CLOB ELEMENT “http://www.oracle.com/PO.xsd#PurchaseOrder”; Design criteria for storing XML data are discussed inChapter 2, “Getting Started with Oracle XML DB” and Chapter 3, “Using Oracle XML DB”.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123