Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Mailing Lists -> Oracle-L -> RE: Goofy Late Night Idea?

RE: Goofy Late Night Idea?

From: Christian Antognini <Christian.Antognini_at_trivadis.com>
Date: Fri, 28 Jan 2005 06:05:02 +0100
Message-ID: <2CF83791A616BB4DA203FFD13007824A01E6B367@MSXVS02.trivadis.com>


Hi Bruce

>I saw a demo of exactly this a while back using Oracle, XMLDB; which
>supports access by http, ftp and webdav. I haven't loaded myself; but =
there
>is mention of a downloadable demo at
>http://www.oracle.com/technology/sample_code/tech/xml/xmldb/index.html

XDB can store a file in a specific table only if it is a XML document = which is based on a specific XML Schema AND you have an XMLType = table/column based on the same XML Schema.

>> ftp server_name port
>>
>> # Then use normal ftp commands...
>> cd resumes
>> bin
>> put 134564.doc
>> bye

Since in this case it is a DOC, it will be stored in a "container" = table. Then you can access it through RESOURCE_VIEW or PATH_VIEW.

HTH
Chris

--
http://www.freelists.org/webpage/oracle-l
Received on Fri Jan 28 2005 - 00:07:31 CST

Original text of this message

HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US