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

Home -> Community -> Usenet -> c.d.o.server -> Re: where is a webdav resource stored

Re: where is a webdav resource stored

From: Jusung Yang <JusungYang_at_yahoo.com>
Date: 28 Aug 2003 11:53:27 -0700
Message-ID: <130ba93a.0308281053.141bb2b9@posting.google.com>


Well, once you have the path(or URI) to the resource (as shown in path_view or resource_view), you can view the content with xdburitype. Do a desc xdburitype from SQL*PLUS to see all methods within xdburitype. Look into the "getcolb" method. This would work regardless of whether the documnet is in XML format or not.

"Dimitri Kleyn" <dem_at_deminator.de> wrote in message news:<bikdkd$advjr$1_at_ID-85779.news.uni-berlin.de>...
> that is correct, if a file is stored by ftp or webdav in oracle servers,
> has a new entry in the table resource_view and path_view.
> but how I get the contents of the file?
>
> --
> Dimitri Kleyn <dem_at_deminator.de>
>
> "Jusung Yang" <JusungYang_at_yahoo.com> schrieb im Newsbeitrag
> news:130ba93a.0308221421.3913c377_at_posting.google.com...
> > "Dimitri Kleyn" <dem_at_deminator.de> wrote in message
> news:<bi51es$5b3ln$1_at_ID-85779.news.uni-berlin.de>...
> > > Hi all!
> > >
> > > first sorry for my english!
> > >
> > > question: when i store a file through webdav interface where is this
> > > stored really??
> > > and how i can get it from a java (jdbc) programm (or in PLSQL)?
> > >
> > > the package dbms_xdb have an CreateResource()-Procedure but nothing
> like
> > > GetResource() :(
> >
> > In a cozy little place called XDB repository. You can access the
> > resources via path_view and resource_view.
Received on Thu Aug 28 2003 - 13:53:27 CDT

Original text of this message

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