Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Usenet -> c.d.o.server -> Re: Request in XML format
<manish.xing_at_gmail.com> a écrit dans le message de
news:1126516252.845520.326500_at_g47g2000cwa.googlegroups.com...
> Hii
> Just Save the above the xml doc in varchar2 col1(xml_doc_name) and
> col2(xml_doc_content) .
> use:
> select xml_doc_content from table-name where xml_doc_name='text.xml';
>
Thanks, Manish
I will try this ...
Received on Mon Sep 12 2005 - 14:34:30 CDT