Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.tools -> writing the content of a BLOB to a file (unix)
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
![]() |
![]() |