Skip to Main Content

DevOps, CI/CD and Automation

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

oracle xquery

557723Jan 23 2007 — edited Jan 23 2007
Hello everybody
I'm a new user to oracle xquery, I really need your help
First, from where should I download it?
Second, is it different than any other xquery compilers, can we use W3 instructions?
I really would appreciate your help as I need a place to start
Thanks alot

Comments

157315
Oracle XQuery is compliant with the W3C XQuery recommendation. It is a database-native implementation that has been available since Oracle Database 10g Release 2. You can download the database from http://www.oracle.com/technology/software/products/database/oracle10g/index.html. Once you have the software installed, a good starting point is an Oracle By Example tutorial on XQuery (http://www.oracle.com/technology/obe/10gr2_db_vmware/datamgmt/xquery/xquery.htm).

For client or mid-tier access of XQuery, you can use JDBC, ODP.NET, web service, or other APIs along with SQL/XML standard functions (i.e., XMLQuery() and XMLTable()).

Regards,
Geoff
1 - 1
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 20 2007
Added on Jan 23 2007
1 comment
3,952 views