What is a XMLType table?
Can you explain to me what XMLType table is? And how it is used in Oracle?

    Requires Free Membership to View

    By submitting your registration information to SearchOracle.com you agree to receive email communications from TechTarget and TechTarget partners. We encourage you to read our Privacy Policy which contains important disclosures about how we collect and use your registration and other information. If you reside outside of the United States, by submitting this registration information you consent to having your personal data transferred to and processed in the United States. Your use of SearchOracle.com is governed by our Terms of Use. You may contact us at webmaster@TechTarget.com.

The XMLType is a datatype that lets you store XML documents in one column in an Oracle database table. Once you have the XML document in the XMLType column, you can use member functions to access, extract, and search for data in this column.

You are not bound to storing an entire XML document in one column of a table either. You can use Oracle's XML Developers Kit (XDK) to parse the contents of an XML document and load fields from the XML document into multiple columns of a table. Technet has tons of information on using XML with Oracle.

This was first published in April 2005

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.