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: Help Me !!! BLOB

Re: Help Me !!! BLOB

From: Daniel A. Morgan <dmorgan_at_exesolutions.com>
Date: Mon, 19 Feb 2001 20:47:22 -0800
Message-ID: <3A91F6DA.E896C25E@exesolutions.com>

> I have the following kind of table:
>
> Create table ENCLOSED_PHYSICAL(
> tipo varchar2 (20),
> ......
> allegato BLOB
> .........
>
> ".pdf" files have been saved into the enclosed "BLOB" field.
> Is it possible, using a direct command working with a procedure
> PL/SQL, to extract the files and to save them into my PC Hard Disk ?

Look at the DBMS_LOB package.

Daniel A. Morgan Received on Mon Feb 19 2001 - 22:47:22 CST

Original text of this message

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