View Single Post

   
  #3 (permalink)  
Old 02-25-2008, 08:08 AM
DA Morgan
 
Posts: n/a
Default Re: XML DB WebDAV and NonXML Files

Michael42 wrote:
> Hello,
>
> In Oracle 10g with XML DB, can you use the WebDAV feature to store
> files other than XML?
>
> For instance: MS Word, MS Excel, jpeg, pdf etc. file types.
>
> I have been scouring the available docs to determine this.
>
>
> Thanks,
>
> Michael


They can also be stored using the DBMS_LOB package and interMedia.
interMedia is especially good for media types as it can manage huge
amounts of the metadata automatically.

There are demos of two of these (audio and video) in Morgan's Library
at www.psoug.org.
--
Daniel Morgan
University of Washington
Puget Sound Oracle Users Group
Reply With Quote