Oracle FAQ Your Portal to the Oracle Knowledge Grid
HOME | ASK QUESTION | ADD INFO | SEARCH | E-MAIL US
 

Home -> Community -> Usenet -> c.d.o.misc -> Copying LONG RAWs between tables

Copying LONG RAWs between tables

From: wcrawford <will_at_invantage.com>
Date: Mon, 12 Jul 1999 10:16:35 -0800
Message-ID: <931803397.24517@www.remarq.com>


Is it possible to copy a LONG RAW value between two different tables in Oracle 8.0.5(presumably using PL/SQL and doing it in 32k chunks)? I've seen this done with >32k LONG values, but not LONG RAWs.

And yes, I know that Oracle 8 BLOBs can do this. However, our software environment prevents us from properly loading data into BLOBs. In addition, the application and database are connected via a WAN, so copying the data down to the client and re-uploading it (which is what we currently do) is also not an option. We really need a way to move from LONG RAW to LONG RAW without leaving the database.

It would be acceptable if we could take a single LONG RAW and copy it into another table in 32k increments (multiple rows for the whole file).

Any suggestions?

Received on Mon Jul 12 1999 - 13:16:35 CDT

Original text of this message

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