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 -> writing the content of a BLOB to a file (unix)

writing the content of a BLOB to a file (unix)

From: Jean-Michel Scheiwiler <scjm_at_cybercable.fr>
Date: Fri, 1 Sep 2000 21:26:32 +0200
Message-ID: <8oouuv$1uim$1@news4.isdnet.net>

I'm on Unix Solaris. Oracle 8.1.6.

I have a table with a primary key column and a BLOB column.

For each row of the table, I want to create a binary file on my OS with:
-name = primary key
-content = content of the BLOB column

(How) can I do this ?
I know there is a UTL FILE package but it only seems to work with text files... Received on Fri Sep 01 2000 - 14:26:32 CDT

Original text of this message

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