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

Home -> Community -> Usenet -> c.d.o.tools -> Re: Help Me !!! BLOB

Re: Help Me !!! BLOB

From: Klaus Zeuch <KZeuchnospam_at_hotmail.com>
Date: Wed, 21 Feb 2001 10:24:28 +0100
Message-ID: <9704l0$pk2$1@papyrus.erlm.siemens.de>

This is *not* possible with pl/sql (dbms_lob and utl_file can't do that job since utl_file only writes varchar2).

It can be done using an external procedure written in C that is invoked from pl/sql. A ready-to-run example is given in Oracle Metalink (Doc ID: 70110.1)

Klaus
Alberto <rho65_at_hotmail.com> schrieb in im Newsbeitrag: gc339t06iruh83e8ue0c3tbv675i99eusd_at_4ax.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 ?
>
> Thanks in advance
> Alberto
>
> rho655_at_hotmail.com
>
Received on Wed Feb 21 2001 - 03:24:28 CST

Original text of this message

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