Monday, November 27, 2006
Write file to XMLDB
To write XML document into XMLDB structure to access it from FTP or WEBDAV.
vsource := XMLTYPE variable
vfile:= '/home/dbapp/arhiv/arh'to_char(sysdate,'hh24missddmmyyyy')'.xml';
y := dbms_xdb.CreateResource(vfile,vsource);
vsource := XMLTYPE variable
vfile:= '/home/dbapp/arhiv/arh'to_char(sysdate,'hh24missddmmyyyy')'.xml';
y := dbms_xdb.CreateResource(vfile,vsource);
