[xquery-talk] Finding a XML-Database to fit our needs

Ken North kennorth at sbcglobal.net
Sat Dec 15 10:08:04 PST 2007


Johan,

Oracle 10g/11g, IBM DB2 9 and Microsoft SQL Server 2005/2008 implement an XML 
data type - meaning you can operate on an XML document as a column. You can 
create tables having an XML column, query over the tables, use XPath 
expressions, use documents as parameters to stored procedures and so on. With 
those platforms, you have a variety of stored procedures and functions for 
operations on documents, schemas, and message queues.

There are also a variety of products (open source and commercial) that include 
an XQuery processor. This page has a list with download links:

http://www.SQLSummit.com/XqueryProv.htm


Excerpt from DB2 magazine about XML integration in DB2 9:
http://www.kncomputing.com/papers/xml_in_focusDB2_mag.pdf


======== Ken North ===========
www.KNComputing.com

www.WebServicesSummit.com
www.SQLSummit.com
www.GridSummit.com




More information about the talk mailing list