DBAsupport.com Forums - Powered by vBulletin
Results 1 to 2 of 2

Thread: extracting data from xml file

  1. #1
    Join Date
    Dec 2002
    Posts
    110

    extracting data from xml file

    Hi All


    In my current application , application A sends me data (clob)
    via AQ over dblink .
    The content of the clob column with be xml.

    I need to extract each node element value in the xml and
    build an insert query.

    My application would have run fine had we got a 9i db with facilities
    like xml datatype, methods like extractvalue etc.

    But we have a 8.1.7 db.
    I need to extract values at different nodes of the xml file.

    How do i go about it.

    Regards

  2. #2
    Join Date
    Dec 2001
    Location
    UK
    Posts
    1,684
    Hi.

    Here's an example of what you need to do:

    http://www.oracle-base.com/Articles/...ocuments8i.asp

    Cheers
    Tim...
    OCP DBA 7.3, 8, 8i, 9i, 10g, 11g
    OCA PL/SQL Developer
    Oracle ACE Director
    My website: oracle-base.com
    My blog: oracle-base.com/blog

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  


Click Here to Expand Forum to Full Width