Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
xpath « XML « Oracle PL / SQL
Oracle PL / SQL
XML
xpath
1.
Use extract function and xpath function to retrieve xml element data
2.
Use extract function to get xmltype data
3.
XPath text() function
4.
Oracle support XPath predicate expressions
5.
Use the EXTRACT function and the following XPath:/emps/emp/interests/interest/
6.
extract(doc, '/message/greeting/text()')
7.
Extract returns a COLLECTION of values (a repeating node)
8.
Find rows that contain the ROWSET/ROW node