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 -> Re: Oracle 8.0 Copy long from 1 table to another

Re: Oracle 8.0 Copy long from 1 table to another

From: Sybrand Bakker <gooiditweg_at_sybrandb.demon.nl>
Date: Wed, 01 Oct 2003 22:30:34 +0200
Message-ID: <t9emnvcfmmu9m8b9td0d6croi4itl03de3@4ax.com>


On Wed, 01 Oct 2003 16:27:25 GMT, jcwhui <j_c_w_h_u_i_at_hot_mail.company> wrote:

>I doubt this will work for me. My code is inside a stored procedure. And
>in fact I meant to copy 1 particular row from table_b to table_a, i.e.
>"insert into table_a select long_column from table_b where id=123"
>
>I guess external file access is my only option now. Thanks anyway!

Use dbms_sql. dbms_sql can be used to copy chunks of your longs. Examples IIRC on the site of Thomas Kyte

--
Sybrand Bakker, Senior Oracle DBA
Received on Wed Oct 01 2003 - 15:30:34 CDT

Original text of this message

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