Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> Re: How do I load binary files into a Long Raw column
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
![]() |
![]() |