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: How do I load binary files into a Long Raw column

Re: How do I load binary files into a Long Raw column

From: Zdenka Spoljaric <928330N_at_KNOTES.KODAK.COM>
Date: 1998/02/24
Message-ID: <34F30AAB.F6A768BC@KNOTES.KODAK.COM>#1/1

Open your binary file and read the file in a local LONG RAW variable in 'chunks' of 32760 bytes.
When the file is completly transferred to the local variable, Insert or Update your Long Raw column.

Regards

David Smith wrote:

> How do I load binary files into a Long Raw column? I'm running O7.3 on
> NT4.0 to get various files (.jpg, .avi, etc.) into the database.
>
> I reviewed previous articles, but no one seems to concisely offer a
> solution. I know this is not a new issue.
>
> Any help would be greatly appreciated.
>
> David Smith
> dsmith_at_hpti.com
Received on Tue Feb 24 1998 - 00:00:00 CST

Original text of this message

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