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

Thread: query on xmltype

  1. #1
    Join Date
    Sep 2003
    Location
    india
    Posts
    23

    query on xmltype

    Hi,
    how to convert xmltype datatype to varchar2, such that it needs
    to be passed to utl_file.put_line() ?


    thanks in advance
    ramya

  2. #2
    Join Date
    Jan 2003
    Location
    Hull, UK
    Posts
    220
    i think what u wanna do is

    xml storage and sql representation

    Create a view by using the below functions
    extract() and extractValue()

    Hope this helps

    Srini

  3. #3
    Join Date
    Apr 2001
    Location
    Brisbane, Queensland, Australia
    Posts
    1,203
    Originally posted by Srinivas_Sharma
    i think what u wanna do is

    xml storage and sql representation

    Create a view by using the below functions
    extract() and extractValue()

    Hope this helps

    Srini
    Hope you enjoy Full table scans
    OCP 8i, 9i DBA
    Brisbane Australia

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