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: Copying rows with LONG RAW field to another database

Re: Copying rows with LONG RAW field to another database

From: Ron McCamish <rmccamish_at_cas.org>
Date: 1997/03/25
Message-ID: <3337EF62.24A@cas.org>#1/1

I've written both Pro*C and PL/SQL scripts to do what you need. I prefer PL/SQL because it's easier to write and seems to be faster.

ron....

Christoph Bohl wrote:
>
> Dear Cracks!
>
> I have to copy about 1,000,000 rows out of a table which contains about
> 100,000,000 rows into another database.
> I tried the copy command ... not possible with long raw data
> I tried Insert into as select ... not possible with long raw data
> I tried in PRO*C (i'm a beginner in c), it works but the data i get
> is not what it should be...
>
> Has anyone ever handled long raw data in PRO*C??
>
> Please reply to me directly (cb_at_orag.ch) and to the list.
>
> Thanks, Chris
 

-- 
Ron McCamish
Internet:  rmccamish_at_cas.org
Received on Tue Mar 25 1997 - 00:00:00 CST

Original text of this message

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