XML Database (MOSC)

MOSC Banner

ORA-19025 EXTRACVALUE - I need Help with extracting

edited Feb 4, 2013 4:15AM in XML Database (MOSC) 4 commentsAnswered

Hi,

I'm new with XMLtype, and I have problem with exctracting data from XML, I tried several ways but no results...

My select in pl/sql read and return error ora-19025 but my xml is ok, what problem?

SELECT /*+ NO_XML_QUERY_REWRITE */ EXTRACTVALUE (VALUE (infnf), '//ide/cUF/text()', v$xmlns) ide_cuf

        , EXTRACTVALUE (VALUE (infnf), '//ide/cNF/text()', v$xmlns) ide_cnf

        , EXTRACTVALUE (VALUE (infnf), '//ide/natOp/text()', v$xmlns) ide_natop

        , EXTRACTVALUE (VALUE (infnf), '//ide/indPag/text()', v$xmlns) ide_indpag

        , EXTRACTVALUE (VALUE (infnf), '//ide/mod/text()', v$xmlns) ide_mod

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center