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: Inserting Long Raw into Oracle 8.0.5.0.0

Re: Inserting Long Raw into Oracle 8.0.5.0.0

From: Andrew Velichko <andrew_velichko_at_yahoo.com>
Date: Fri, 29 Dec 2000 17:58:38 -0500
Message-ID: <wH836.103398$Z2.1272293@nnrp1.uunet.ca>

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

Original text of this message

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