Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
Home -> Community -> Mailing Lists -> Oracle-L -> BLOBs question
This is a multi-part message in MIME format.
------=_NextPart_000_0714_01BFDC6A.822944D0 Content-Type: text/plain;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
Hi !
Did anyone ever succeed to unload a contents of a BLOB to a file ?
I succeed to do it for CLOB or even for BLOB which contains text using = DBMS_LOB and UTL_FILE .
But UTL_FILE may be used only for TEXT data .
And what about pictures or other raw data ?
I load the pictures into DB from a file with SQL*Loader or via BFILE - =
no problems .
But i did not find a way to write into a BFILE from BLOB and i can't use =
UTL_FILE for binary data .
Any ideas ?
Thanks a lot in advance .
------=_NextPart_000_0714_01BFDC6A.822944D0 Content-Type: text/html;
charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content=3D"text/html; charset=3Diso-8859-1" =
http-equiv=3DContent-Type>
<META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=3D#ffffff>
<DIV><FONT face=3DArial size=3D2>Hi !</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Did anyone ever succeed to unload a =
contents of a=20
BLOB to a file ?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>I succeed to do it for CLOB or even for =
BLOB which=20
contains text using DBMS_LOB and UTL_FILE .</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>But UTL_FILE may be used only for TEXT =
data=20
.</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>And what about pictures or other raw =
data=20
?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>I load the pictures into DB from a file =
with=20
SQL*Loader or via BFILE - no problems .</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>But i did not find a way to write into =
a BFILE from=20
BLOB and i can't use UTL_FILE for binary data .</FONT></DIV>
<DIV><FONT face=3DArial size=3D2>Any ideas ?</FONT></DIV>
<DIV> </DIV>
<DIV><FONT face=3DArial size=3D2>Thanks a lot in advance .</FONT></DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV>
<DIV> </DIV></BODY></HTML>
Received on Thu Jun 22 2000 - 09:54:19 CDT