Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: XML File
On Fri, 17 Jan 2003 09:49:32 +0100, jffaure wrote:
> Hello
> Is it possible to use bfile for xml document ?
>
> If yes which method can we use to search attributes or tag ?
>
> If no how can i make ?
>
> Thanks for your answer
>
> --
> Posted via http://web2news.com the faster web2news on the web
In theory you can store anything as a BFILE. For searching use the XML toolkit from Oracle. You can use either PL/SQL or Java or C (I think).
Standard JDK will contain XML parsers in future, if not already. Use SAX or DOM as you please.
Cheers,
dmz17 Received on Fri Jan 17 2003 - 13:31:02 CST
![]() |
![]() |