| Oracle FAQ | Your Portal to the Oracle Knowledge Grid | |
Home -> Community -> Usenet -> c.d.o.server -> Re: Inserting Long Raw into Oracle 8.0.5.0.0
Hi!
It is possible to do this by using, for instance, Pro*C program. Pls, see
details
in the manual (Pro*C/C++ Precompiler, Programmer's Guide).
But it is better to use LOB types instead of LONG type for their size, storage options, partitioning, etc., etc. In this case this task can be solved with DBMS_LOB package.
Andrew Velichko
Brainbench MVP for Oracle Developer 2000
http://www.brainbench.com
<mtanck_at_my-deja.com> wrote in message news:92i8rm$dea$1_at_nnrp1.deja.com...
> I am trying to insert a *.mdb (Access file) into a long raw column in
> Oracle.
>
> Ive tried using the option FIX in the sqlloader but I receive an error
> that the infile does not exist even though it does.
>
> How does one accomplish the loading of an access file into a long raw
> column in Oracle?
>
> I am using Oracle 8.0.5.0.0
>
>
> Sent via Deja.com
> http://www.deja.com/
Received on Fri Dec 29 2000 - 16:58:38 CST
![]() |
![]() |