Oracle Database 10g XML & SQL: Design, Build, & Manage XML Applications in Java, C, C++, & PL/SQL
by Mark Scardina, Ben Chang, Jinyu Wang
CHAPTER 11Searching XML Data
XML is a widely accepted standard for enterprise applications to exchange business data and publish data over the Internet. By storing XML data in Oracle Database 10g, you can create SQL indexes and enable users to efficiently search XML data. Oracle Database 10g provides two types of search on XML: the XPath-based search provided along with the XMLType functions, and the full text search using the Oracle database component, Oracle Text.
The XPath-based searches are queries that are based on XPath expressions, which narrow down the scope of the search through the XML hierarchical structure. Using XPath expressions, you can specify XML namespaces and leverage a wide range of datatype comparisons, such as string, number, ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access