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!

XMLType.extract vs extractValue

419751May 13 2006 — edited Apr 8 2008
I was told that the syntax

extractvalue(value(t), '/ROW/LASTNAME/text()') LASTNAME

should be used over

xmltype.extract(value(t), '/ROW/LASTNAME/text()').getStringVal() LASTNAME

Is this just a preferred syntax, or is it a standard?

Thanks!

Katia
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 6 2008
Added on May 13 2006
2 comments
14,822 views