vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| 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 |
| |||
| Michael42 schrieb: > 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 > Yes, you can. http://download-uk.oracle.com/docs/c....htm#sthref398 <quote> Although Oracle XML DB Repository can manage any kind of content, it provides specialized capabilities and optimizations related to managing resources where the content is XML. </quote> Oracle XE makes intensive use of these capabilities - all the images,javascript and css needed for ApEx are stored as XML DB resources. Best regards Maxim |
| ||||
| 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 |