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: Q: How To Copy LOB's from table to table

Re: Q: How To Copy LOB's from table to table

From: Brian Peasland <oracle_dba_at_peasland.com>
Date: Thu, 26 Sep 2002 15:52:24 GMT
Message-ID: <3D932D38.FCFB6BF5@peasland.com>


How about:

INSERT INTO new_table SELECT lob_column FROM old_table;

HTH,
Brian

Kalle wrote:
>
> Hi,
>
> I have table including LOB's, what is the best way to copy LOB's to
> another table.
>
> Could someone give me an example...
>
> TIA
> Kalle
Received on Thu Sep 26 2002 - 10:52:24 CDT

Original text of this message

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