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

Home -> Community -> Usenet -> c.d.o.misc -> Re: Please Help

Re: Please Help

From: victor <victor_at_PERCOMBANK.KIEV.UA>
Date: 10 Dec 1998 11:18:14 GMT
Message-ID: <01be242e$e35d9850$6b14abcc@victor>

Steven <koh_cc_at_pacific.net.sg> wrote in article <367000E0.8DD56621_at_pacific.net.sg>...
> hi,
>
> Can l use any build-in packages for uploading files from web into the
> DB ?
>

try to use UTL_HTTP - http requests from stored programs (it exists in 8.0... version )

REQUEST returns up to the first 2000 bytes of the data retrieved from the given URL.

REQUEST_PIECES returns a PLSQL-table of 2000-byte pieces of the data retrieved from the given URL. The optional second argument places a bound on the number of pieces retrieved. Received on Thu Dec 10 1998 - 05:18:14 CST

Original text of this message

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